class ProxyController
Ruby on Rails 8.1.2
Since v6.1.7.10Proxy files through application. This avoids having a redirect and makes files easier to cache.
WARNING: All Active Storage controllers are publicly accessible by default. The generated URLs are hard to guess, but permanent by design. If your files require a higher level of protection consider implementing Authenticated Controllers.
Inherits from
Includes
Methods (defined here)
- # show
Methods (inherited)
From ActionController::Live (4)
- # process
- # response_body=
- # send_stream
- self. live_thread_pool_executor
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended