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 b52d19f commit 51cded7Copy full SHA for 51cded7
lib/sprockets/railtie.rb
@@ -40,7 +40,7 @@ def assets
40
class Engine < Railtie
41
# Skip defining append_assets_path on Rails <= 4.2
42
unless initializers.find { |init| init.name == :append_assets_path }
43
- initializer :append_assets_path, group: :all do |app|
+ initializer :append_assets_path, :group => :all do |app|
44
app.config.assets.paths.unshift(*paths["vendor/assets"].existent_directories)
45
app.config.assets.paths.unshift(*paths["lib/assets"].existent_directories)
46
app.config.assets.paths.unshift(*paths["app/assets"].existent_directories)
0 commit comments