Yeah....the accepts_nested_attributes_for declaration is supposed to be generating those methods you stubbed out. I couldn't tell you why its not working for you, I can't see anything special in my code that you didn't do. The only thing I can see is maybe your dependent model (the inner one -- livecast) needs to have :accessible => true on the relationship tying it back to the parent? (I highly doubt this is the case, but its all I got)
On Tue, May 25, 2010 at 3:20 PM, Matt Jones <[email protected]> wrote: > On Tue, May 25, 2010 at 2:54 PM, mkim <[email protected]> wrote: > > > Thanks guys.. you've been a great help already. I just don't feel > > like I'm doing this the Hobo way. > > That's not at all your fault - there's technically a "Hobo way" to do > nested models (added back before 2.3's nested model stuff was written) > but we're hoping to clean out the remnants of that soon and make using > the Rails version smoother. > > --Matt Jones > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<hobousers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
