Method: Paperclip::AttachmentRegistry.register

Defined in:
lib/paperclip/attachment_registry.rb

.register(klass, attachment_name, attachment_options) ⇒ Object



7
8
9
# File 'lib/paperclip/attachment_registry.rb', line 7

def self.register(klass, attachment_name, attachment_options)
  instance.register(klass, attachment_name, attachment_options)
end