lib/brightcontent/attachments.rb in brightcontent-attachments-2.0.29 vs lib/brightcontent/attachments.rb in brightcontent-attachments-2.0.30
- old
+ new
@@ -4,9 +4,10 @@
require "brightcontent/attachments/engine"
module Brightcontent
autoload :Attachable, 'brightcontent/attachable'
+ autoload :AttachmentModelExtensions, 'brightcontent/attachment_model_extensions'
module Attachments
end
end