Ruby on Rails Saturday, October 5, 2019

Following the example models from the guide https://guides.rubyonrails.org/association_basics.html#the-has-many-through-association you would do something like:

@physician.appointments.create(patient: @patient)


El sáb., 5 oct. 2019 a las 19:19, fugee ohu (<fugee279@gmail.com>) escribió:
how do i add rows to the associations table in a has_many_through relation

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/47cab85e-cb43-483b-b16b-453880c44ca0%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAPS3bcCwzk_qhxwXoFx6UzsYVDGqjo4abZCmiWi2qhESkqOMug%40mail.gmail.com.

No comments:

Post a Comment