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
9 10 11 |
# File 'lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb', line 9 def close @tempfile.close end |
#closed? ⇒ Boolean
5 6 7 |
# File 'lib/generators/hyrax/templates/config/action_dispatch_http_upload_monkey_patch.rb', line 5 def closed? @tempfile.closed? end |