instance method
open
Ruby on Rails 7.1.6
Since v3.0.20Signature
open()
Shortcut for tempfile.open.
Source
# File actionpack/lib/action_dispatch/http/upload.rb, line 66
def open
@tempfile.open
end
Defined in actionpack/lib/action_dispatch/http/upload.rb line 66
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::UploadedFile