lib/attachment_magick/railtie.rb in attachment_magick-0.2.2 vs lib/attachment_magick/railtie.rb in attachment_magick-0.2.3
- old
+ new
@@ -4,7 +4,11 @@
module AttachmentMagick
class Engine < Rails::Engine
initializer 'attachment_magick.helper' do |app|
ActionView::Base.send :include, AttachmentMagickHelper
end
+
+ initializer 'attachment_magick_dragonfly' do |app|
+ require "attachment_magick/dragonfly/init"
+ end
end
end
\ No newline at end of file