method
show
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Blobs::ProxyController
show()public
No documentation available.
# File activestorage/app/controllers/active_storage/blobs/proxy_controller.rb, line 8
def show
http_cache_forever public: true do
set_content_headers_from @blob
stream @blob
end
end