Using the submit button to link to another page in rails

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-03-24T06:47:29Z Indexed on 2010/03/24 6:53 UTC
Read the original article Hit count: 170

Filed under:
|

I'm sure this is easy once you know rails but I'm new to it...

I want to redirect to another page/action after the submit button (f.submit) is pressed, and only after it is pressed. How do you determine the link that you go to after the submit button is pressed?

© Stack Overflow or respective owner

Related posts about submit

Related posts about rails