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