Having trouble saving a dependent model on a single form in Hobo. Because this is a has_one relationship, Hobo's out of the box multi- model forms won't handle it. I'm pretty new at rails so I've been reading and watching RailsCasts, especially episode 73. In this episode, he makes it seem pretty simple to do what I'm looking for using virtual attributes and fields_for to setup the form. @manuscript.build_timeline works fine, but I'm not sure how I should go about updating the Hobo form. If I go off and create a vanilla form using form_for and fields_for, I assume I'll be circumventing some of Hobo, but I don't know how much. From my cursory knowledge of Hobo, I would guess that this will not go through the hobo permission system? Are there other drawbacks with this approach?
Thanks. -- 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.
