method

show

rails latest stable - Class: ActiveStorage::BlobsController

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

show()
public

No documentation available.

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