module Paperclip::HasAttachedFile::ClassMethods
Public Instance Methods
attachment_definitions()
click to toggle source
# File lib/paperclip/has_attached_file.rb, line 104 def attachment_definitions Paperclip::AttachmentRegistry.definitions_for(self) end