lib/bulldog.rb in bulldog-0.1.0 vs lib/bulldog.rb in bulldog-0.1.1

- old
+ new

@@ -115,7 +115,7 @@ self.convert_path = 'convert' self.identify_path = 'identify' self.ffmpeg_path = 'ffmpeg' end -ActiveRecord::Base.send :include, Bulldog::HasAttachment +ActiveRecord::Base.send :extend, Bulldog::HasAttachment ActiveRecord::Base.send :include, Bulldog::Validations