diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-09-16 10:11:51 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-09-24 09:41:36 +0100 |
commit | 1150ce255c4f59da9404e1b4ccfc242b7902cbc7 (patch) | |
tree | 5021327065224ca06473386af57e19ed4c5340e5 /spec/controllers/request_controller_spec.rb | |
parent | 967c422f3150da94c3756be84f35d021ed69f5e6 (diff) |
Redirect GET signup to signinhotfix/0.19.0.6
After allowing only POST requests to signup in 316b1e:
> What I think will happen at least sometimes is that someone will enter
> information in the signup form, submit it via a post request, and end
> up on the URL /profile/signup, at which point they want to refresh and
> start again, at which point they hit the URL in the address bar to do
> so. Currently that would mean they get a 404. I wonder about adding
> another route match '/profile/sign_up' => 'user#signin', :as =>
> :signin, :via => :get to handle this case. That would mean that a get
> request to profile/signup renders the empty form.
>
> – https://github.com/mysociety/alaveteli/pull/1850#issuecomment-55387700
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
0 files changed, 0 insertions, 0 deletions