Flowdock
method

show

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ProxyController
show() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/app/controllers/active_storage/blobs/proxy_controller.rb, line 9
  def show
    http_cache_forever public: true do
      set_content_headers_from @blob
      stream @blob
    end
  end
Register or log in to add new notes.