mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Removed warning while running test with ruby 1.9.2
This commit is contained in:
parent
deff5977d4
commit
c424fb29ab
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ module ActionDispatch
|
|||
raise ArgumentError, "Regexp multiline option not allowed in routing requirements: #{requirement.inspect}"
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# match "account/overview"
|
||||
def using_match_shorthand?(path, options)
|
||||
|
|
Loading…
Reference in a new issue