Method: ActionDispatch::Http::UploadedFile#tempfile
- Defined in:
- actionpack/lib/action_dispatch/http/upload.rb
#tempfile ⇒ Object
A ‘Tempfile` object with the actual uploaded file. Note that some of its interface is available directly.
26 27 28 |
# File 'actionpack/lib/action_dispatch/http/upload.rb', line 26 def tempfile @tempfile end |