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