Class: Tempfile
- Inherits:
-
Object
- Object
- Tempfile
- Defined in:
- lib/manuscript/template_file_manager.rb
Overview
Paperclip expects a Rails-specific ActionController::UploadedFile, so fake it with Tempfile hack
Instance Attribute Summary collapse
-
#original_filename ⇒ Object
Returns the value of attribute original_filename.
Instance Attribute Details
#original_filename ⇒ Object
Returns the value of attribute original_filename.
52 53 54 |
# File 'lib/manuscript/template_file_manager.rb', line 52 def original_filename @original_filename end |