i have a user controller and a user model , in my user table i have limited fields. But now i want to create separate tables for user bank info and user personal info and save through the one form only.How is it possible, i am sure their must be something for this problem?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Check how nested_forms works along with the view helpers. Basically you add this in your user class :
and in you form :
|
|||||||||||
|
|
Look at the Railscast from Ryan Bates. |
|||
|
|