method

show

show()
public

No documentation available.

# File activestorage/app/controllers/active_storage/blobs_controller.rb, line 10
  def show
    expires_in ActiveStorage::Blob.service.url_expires_in
    redirect_to @blob.service_url(disposition: params[:disposition])
  end