method
open
v6.0.0 -
Show latest stable
- Class:
ActiveStorage::Service
open(*args, &block)public
No documentation available.
# File activestorage/lib/active_storage/service.rb, line 85
def open(*args, &block)
ActiveStorage::Downloader.new(self).open(*args, &block)
end