I am new to ruby on rails. I have 2 models, user and user_profile. user has_one user_profile. User_profile belongs_to user. when creating user I want to create user_profile, in one form get user and user_profile and save both.How ca I do that. Thanks for your help.
-- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/45a268b84b254a685bdfe8ad8830d7a6%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.

