Possible Duplicate:
What is the best way to structure a multi-page form to create and edit models in a database?
Is there a "Rails" way of breaking down a large form for a model into multiple steps?
For example, in my HR software, User model has many attributes such as experiences, educations, addresses etc. It would be overwhelming for the user to see all these forms in one page. I would like to break them into pieces and present them step by step instead.
Is there a preferred way of doing this in Rails?