lib/brightcontent/attachments/engine.rb in brightcontent-attachments-2.0.33 vs lib/brightcontent/attachments/engine.rb in brightcontent-attachments-2.1.0
- old
+ new
@@ -1,10 +1,10 @@
module Brightcontent
module Attachments
class Engine < ::Rails::Engine
initializer "Add attachments class method" do
ActiveSupport.on_load(:active_record) do
- include AttachmentModelExtensions
+ include ModelExtensions
end
end
end
end
end