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 d740e1e commit e63a8b7Copy full SHA for e63a8b7
lib/sass/rails/railtie.rb
@@ -57,11 +57,11 @@ class Railtie < ::Rails::Railtie
57
if env.respond_to?(:register_engine)
58
args = ['.sass', Sass::Rails::SassTemplate]
59
args << { silence_deprecation: true } if env.method(:register_engine).arity.abs > 2
60
- env.register_engine *args
+ env.register_engine(*args)
61
62
args = ['.scss', Sass::Rails::ScssTemplate]
63
64
65
end
66
67
if env.respond_to?(:register_transformer)
0 commit comments