lib/paperclip/glue.rb in kt-paperclip-4.4.0 vs lib/paperclip/glue.rb in kt-paperclip-5.4.0
- old
+ new
@@ -6,10 +6,10 @@
module Glue
def self.included(base)
base.extend ClassMethods
base.send :include, Callbacks
base.send :include, Validators
- base.send :include, Schema if defined? ActiveRecord
+ base.send :include, Schema if defined? ActiveRecord::Base
locale_path = Dir.glob(File.dirname(__FILE__) + "/locales/*.{rb,yml}")
I18n.load_path += locale_path unless I18n.load_path.include?(locale_path)
end
end