diff options
author | eileencodes <eileencodes@gmail.com> | 2015-04-06 07:58:38 -0400 |
---|---|---|
committer | eileencodes <eileencodes@gmail.com> | 2015-04-06 08:30:32 -0400 |
commit | 0eef12c0b3ca3dbe779f8d1c57ff35a53c05bdaa (patch) | |
tree | bfa77d52d6a8a5a9260dc06b8500d0eaa64c76dc /actionpack/lib/action_controller/metal.rb | |
parent | 9040699aed64a725cc66461d63f794abc2f13afc (diff) | |
download | rails-0eef12c0b3ca3dbe779f8d1c57ff35a53c05bdaa.tar.gz rails-0eef12c0b3ca3dbe779f8d1c57ff35a53c05bdaa.tar.bz2 rails-0eef12c0b3ca3dbe779f8d1c57ff35a53c05bdaa.zip |
Fix method signature of `parse_query` to match rack
Recently rack was changed to have a second argument on the `parse_query`
method (in rack/rack#781). Rails relies on this and it's `parse_query`
method was complaining about missing the second argument. I changed the
arguments to `*` so we don't have this issue in the future.
Diffstat (limited to 'actionpack/lib/action_controller/metal.rb')
0 files changed, 0 insertions, 0 deletions