mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3689 from arunagw/warning_removed_actionpack
Warning removed for shadowing variable
This commit is contained in:
@@ -1252,7 +1252,7 @@ module ActionDispatch
|
||||
raise ArgumentError, "Unknown scope #{on.inspect} given to :on"
|
||||
end
|
||||
|
||||
paths.each { |path| decomposed_match(path, options.dup) }
|
||||
paths.each { |_path| decomposed_match(_path, options.dup) }
|
||||
self
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user