Retaining Form data after POST in Ruby on Rails

Posted by Shreyas Satish on Stack Overflow See other posts from Stack Overflow or by Shreyas Satish
Published on 2010-04-21T09:24:54Z Indexed on 2010/04/21 9:53 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

Hai

I need to retain the Form data submitted in one view to be used in another view.

I'll be using POST method to submit the data. Is there anyway I can retrieve data from the POST method in Ruby, like in PHP I would use $title=$_POST["title"].

Any ideas?

Thanks and Cheers !

© Stack Overflow or respective owner

Related posts about ruby

Related posts about post