module PaperclipPrivate::Attachment

Public Class Methods

included(base) click to toggle source
# File lib/paperclip_private/attachment.rb, line 4
def self.included(base)
        base.extend ClassMethods 
        base.prepend Initializer
end