Display objects from a nested model in a loop
Advertisements I have a model in my app called Tracker with a nested model underneath called Email. I want to create a view page where I can see each of my Trackers with all of the related Emails underneath. I’m creating a loop to show all my trackers, and then adding a loop in between… Read More Display objects from a nested model in a loop