Skip to content
Snippets Groups Projects
Commit 41657f3b authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents 48ca4589 8a7c2e48
No related branches found
No related tags found
No related merge requests found
class MediaController < ApplicationController
skip_before_action :authenticate_user!
def show
@blob = ActiveStorage::Blob.find_signed! params[:signed_id]
@size = @blob.byte_size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment