Method: Pageflow::ImageFile#attachments_path_name
- Defined in:
- app/models/pageflow/image_file.rb
#attachments_path_name ⇒ Object
used in paperclip initializer to interpolate the storage path needs to be “processed_attachments” for images for legacy reasons
8 9 10 |
# File 'app/models/pageflow/image_file.rb', line 8 def 'processed_attachments' end |