Re: [Rails] Re: Nested forms validation problem

2011-03-04 Thread Lorenzo Brito Morales
well what the output params look like? you have tu take the feature from params and add it to user. On Thu, Mar 3, 2011 at 4:48 PM, Dan Th wrote: > OK so I have had a bit of a breakthrough - the form works great when the > association is changed to has_many rather than has_one > > What do I need

[Rails] Re: Nested forms validation problem

2011-03-03 Thread Dan Th
OK so I have had a bit of a breakthrough - the form works great when the association is changed to has_many rather than has_one What do I need to change to get this working for a has_one association? Thanks in advance! -- Posted via http://www.ruby-forum.com/. -- You received this message be