Hi
I have 5 forms(5 stages) to create my rails application.im using One Controller+Five tables+ Five forms( 5 pages)+One model/
1st form: to enter the data and click the next button.To get the values in session.
2nd form: to enter the data and click the next button.To get the values in session.
3rd form: to enter the data and click the next button.To get the values in session.
4th form: to enter the data and click the next button.To get the values in session.
5th form: to enter the data and click the create button.To store the data to corresponding table.