class DiskController
Ruby on Rails 7.0.10
Since v5.2.8.1Serves files stored with the disk service in the same way that the cloud services do. This means using expiring, signed URLs that are meant for immediate access, not permanent linking. Always go through the BlobsController, or your own authenticated controller, rather than directly to the service URL.
Inherits from
Methods (defined here)
Private methods
(4)
Implementation detail — not part of the public API.
Methods (inherited)
From ActionController::Base (3)
- # request
- # response
- self. without_modules
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended