Merge pull request #19665 from eileencodes/fix-parse_query-method-signature

Fix method signature of `parse_query` to match rack
This commit is contained in:
Eileen M. Uchitelle 2015-04-06 08:34:20 -04:00
commit 6b98fbacf7

@ -340,7 +340,7 @@ def local?
end
protected
def parse_query(qs)
def parse_query(*)
Utils.deep_munge(super)
end