I have a user and a profile model. One user can have many profiles. I need to access only one information from the profiles section (viz the phone number) in my user model d
You should watch RailsCasts Nested Model Form. thanks Ryan Bates great work.