instance method
show
Ruby on Rails 7.1.6
Since v6.1.7.10Signature
show()
No documentation comment.
Source
# 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
Defined in activestorage/app/controllers/active_storage/representations/proxy_controller.rb line 13
· View on GitHub
· Improve this page
· Find usages on GitHub