In my Rails controller, in one method I do a redirect_to to another path (i.e. another method). I want to also pass arguments from the first method, so that the second method can use them. Is that possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
you can do like this for example:
You can receive @user in your new user page. or
or
|
|||||||||||
|