How do I establish a has_one has_many from a front end form? The goal is that a logged in member submits a form and the 'DO' created is associated with that member's 'account', where 'account' is also an extension of the member. So I am thinking the 'account' needs to be extended to has_may 'widgets', and the 'widget' has_one 'account' or something like that? I've done plenty of tutorials on how to do this from the back end, but I am lost when it comes to a front end form.....
Thanks for any pointers
Posted to: has_one has_many from front end form | Show Thread | Post Reply