Method: ActionDispatch::Http::UploadedFile#to_path
- Defined in:
- lib/action_dispatch/http/upload.rb
#to_path ⇒ Object
Shortcut for tempfile.to_path.
83 84 85 |
# File 'lib/action_dispatch/http/upload.rb', line 83 def to_path @tempfile.to_path end |