We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff9bc commit a155f31Copy full SHA for a155f31
lib/jquery/fileupload/rails/engine.rb
@@ -2,7 +2,7 @@ module JQuery
2
module FileUpload
3
module Rails
4
class Engine < ::Rails::Engine
5
- Rails.application.config.assets.precompile += %w( progressbar.gif loading.gif Jcrop.gif )
+ config.assets.precompile += %w( progressbar.gif loading.gif Jcrop.gif )
6
end
7
8
0 commit comments