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 a2a7f8b commit 886fcb0Copy full SHA for 886fcb0
actionview/lib/action_view/digestor.rb
@@ -42,7 +42,7 @@ def _options_for_digest(options_or_deprecated_name, *deprecated_args)
42
':variant. Please update your code to pass a Hash argument. ' \
43
'Support for the old method signature will be removed in Rails 5.0.'
44
45
- _options_for_digest (deprecated_args[2] || {}).merge \
+ _options_for_digest(deprecated_args[2] || {}).merge \
46
name: options_or_deprecated_name,
47
format: deprecated_args[0],
48
finder: deprecated_args[1]
0 commit comments