Why would my form submit only one model's data?
问题 I have a form that is intended to submit two models, the first model has_one of the other model, Student_Detail . Many users on here have helped me with some errors that I encountered already, and now my form submits successfully, but only submits the primary model, Participant . I've submitted the form a few times and it stores all information that is a direct attribute of the Participant model. In active admin the Participant model data populates, but no Student_Detail records exist. In the