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