In my model a user has one address. The form for creation/edition of users shows plain fields for their address fields, the user does not see the split in the interface. A way to write that is <% @address = @user.address %> ... form helpers for @address ... in the controller you take params[:user] and params[:address] and construct the stuff by hand Is there a more idiomatic approach? -- fxn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---