]> git.openstreetmap.org Git - rails.git/commitdiff
Refactor user creation actions
authorJohn Firebaugh <john.firebaugh@gmail.com>
Wed, 31 Jul 2013 23:20:26 +0000 (16:20 -0700)
committerTom Hughes <tom@compton.nu>
Thu, 1 Aug 2013 16:32:40 +0000 (17:32 +0100)
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


No differences found