Method: Pageflow::ImageFile#attachments_path_name

Defined in:
app/models/pageflow/image_file.rb

#attachments_path_nameObject

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 attachments_path_name
  'processed_attachments'
end