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