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?
Share
Check how nested_forms works along with the view helpers.
Basically you add this in your user class :
and in you form :