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/representations/proxy_controller.rb, line 8
  def show
    http_cache_forever public: true do
      set_content_headers_from @representation.image
      stream @representation
    end
  end
Register or log in to add new notes.