From: Andy Allan Date: Wed, 12 Oct 2016 13:32:49 +0000 (+0100) Subject: Remove unnecessary controller references from the redirect hashes. X-Git-Tag: live~3874 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/41e05f0929f28f99ef14170830d377dae806c236?hp=41e05f0929f28f99ef14170830d377dae806c236 Remove unnecessary controller references from the redirect hashes. 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. ---