]> git.openstreetmap.org Git - rails.git/commit
Drop monkey patch now we're using option style redirects
authorTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 20:54:52 +0000 (20:54 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Dec 2013 20:54:52 +0000 (20:54 +0000)
commitaff0583a341b473e8c25f605fdddfa55fd275a64
treefbd1edfd8b0d2c935ec5c3d45f61932d521e65b4
parent248d0b863cde44881574ef01b974afeb2cad12e9
Drop monkey patch now we're using option style redirects

Option style redirects escape path parameters correctly, so we
can drop out monkey patch.
config/initializers/routing_redirect.rb [deleted file]
test/integration/redirect_test.rb