How do I Update a child object, while Creating a Parent object with Fields_for
I currently am creating an object with jQuery file upload, and than inserting a fields_for into the form with the new object.
However, I am unable to update the existing object while creating the other object. I can create a hack around this, but would prefer not to if there is a rails way to achieve this.
Help is apprecaited.