Module: Paperclip::HasAttachedFile::ClassMethods

Defined in:
lib/paperclip/has_attached_file.rb

Instance Method Summary collapse

Instance Method Details

#attachment_definitionsObject



104
105
106
# File 'lib/paperclip/has_attached_file.rb', line 104

def attachment_definitions
  Paperclip::AttachmentRegistry.definitions_for(self)
end