Method: ActiveStorage::Representations::ProxyController#show

Defined in:
activestorage/app/controllers/active_storage/representations/proxy_controller.rb

#showObject



13
14
15
16
17
# File 'activestorage/app/controllers/active_storage/representations/proxy_controller.rb', line 13

def show
  http_cache_forever public: true do
    send_blob_stream @representation, disposition: params[:disposition]
  end
end