]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unnecessary controller references from the redirect hashes.
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 12 Oct 2016 13:32:49 +0000 (14:32 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 12 Oct 2016 13:32:49 +0000 (14:32 +0100)
Rails redirect_to uses the current controller by default, so there
is no need to re-iterate this in the code when the redirect targets
the current controller.

The short-form is already used elsewhere, this just tidies up those
which were still using the long-form.


No differences found