Class: Paperclip::Attachment

Inherits:
Object
  • Object
show all
Defined in:
lib/slices/paperclip.rb

Overview

This is a hack used to access Paperclip’s internal cache of attributes it reads from the attachment. Used as part of the file renaming code.

Instance Attribute Summary collapse

Instance Attribute Details

#_file_file_nameObject

Returns the value of attribute _file_file_name.



12
13
14
# File 'lib/slices/paperclip.rb', line 12

def _file_file_name
  @_file_file_name
end