# File lib/paperclip/glue.rb, line 7 def self.included(base) base.extend ClassMethods base.send :include, Callbacks base.send :include, Validators base.send :include, Schema if defined? ActiveRecord base.class_attribute :attachment_definitions locale_path = Dir.glob(File.dirname(__FILE__) + "/locales/*.{rb,yml}") I18n.load_path += locale_path unless I18n.load_path.include?(locale_path) end
Generated with the Darkfish Rdoc Generator 2.