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
11 12 13 |
# File 'app/models/pageflow/image_file.rb', line 11 def 'processed_attachments' end |