Class: ActionDispatch::Http::UploadedFile
- Inherits:
-
Object
- Object
- ActionDispatch::Http::UploadedFile
- Defined in:
- lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
8 9 10 |
# File 'lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb', line 8 def close @tempfile.close end |
#closed? ⇒ Boolean
4 5 6 |
# File 'lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb', line 4 def closed? @tempfile.closed? end |