class ActiveStorage::BlobsController
def show
def show expires_in ActiveStorage::Blob.service.url_expires_in redirect_to @blob.service_url(disposition: params[:disposition]) end
def show expires_in ActiveStorage::Blob.service.url_expires_in redirect_to @blob.service_url(disposition: params[:disposition]) end