Merge pull request #1698 from bagwanpankaj/master

Removed warnings from while running tests in Ruby 1.9.2
This commit is contained in:
Jon Leighton
2011-06-14 09:56:51 -07:00

View File

@@ -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)