method
new
v7.1.3.4 -
Show latest stable
- Class:
ActiveStorage::Service::DiskService
new(root:, public: false, **options)public
No documentation available.
# File activestorage/lib/active_storage/service/disk_service.rb, line 16
def initialize(root,, public: false, **options)
@root = root
@public = public
end