RE: [Rails] How to display user data from one page on another?

Say you have a action named form

and another it posts to called display

when you submit the form have it submit to the action display

then in your controller in the display action

you can just access those params and display them in your view