method
show
v7.0.0 -
Show latest stable
- Class:
ActiveStorage::Representations::ProxyController
show()public
No documentation available.
# File activestorage/app/controllers/active_storage/representations/proxy_controller.rb, line 10
def show
http_cache_forever public: true do
send_blob_stream @representation.image, disposition: params[:disposition]
end
end