Class: ActiveStorage::Representations::ProxyController
- Inherits:
-
BaseController
- Object
- BaseController
- ActiveStorage::Representations::ProxyController
- Includes:
- DisableSession, SetHeaders
- Defined in:
- app/controllers/active_storage/representations/proxy_controller.rb
Overview
Proxy files through application. This avoids having a redirect and makes files easier to cache.
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
8 9 10 11 12 13 |
# File '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 |