Class: Tempfile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#original_filenameObject

Returns the value of attribute original_filename.



31
32
33
# File 'lib/manuscript/template_file_manager.rb', line 31

def original_filename
  @original_filename
end