instance method
open
Ruby on Rails 8.1.2
Since v6.0.6Signature
open(*args, **options, &block)
No documentation comment.
Parameters
-
argsrest -
optionskeyrest -
blockblock
Source
# File activestorage/lib/active_storage/service.rb, line 91
def open(*args, **options, &block)
ActiveStorage::Downloader.new(self).open(*args, **options, &block)
end
Defined in activestorage/lib/active_storage/service.rb line 91
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service