From: John Firebaugh Date: Wed, 31 Jul 2013 23:20:26 +0000 (-0700) Subject: Refactor user creation actions X-Git-Tag: live~5915 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/849e874dce46f798b4df68579d5a892ce11d52e8?hp=849e874dce46f798b4df68579d5a892ce11d52e8 Refactor user creation actions Create a separate #create action that handles POSTs to /user/new. This simplifies the other actions and ensures that the URL is /user/new when validation errors occur, rather than /user/terms. Fixes #398 ---