Re: [Rails] Change devise registration redirect

2012-02-28 Thread Dev Guy
I believe devise has it's own mailing list, you will probably get a faster reply there. On Tue, Feb 28, 2012 at 3:26 PM, Rodrigo Ruiz wrote: > Hi, in my application, when I try to sign up a user and the information is > incorrect, devise redirects me from '/users/sing_up' to the '/users' url. > I

[Rails] Change devise registration redirect

2012-02-28 Thread Rodrigo Ruiz
Hi, in my application, when I try to sign up a user and the information is incorrect, devise redirects me from '/users/sing_up' to the '/users' url. I'd like to change this behavior, so that it stays in the same url ('/users/sign_up') when it show the flash messages with the errors. Also I'd like