Hi everybody.
I have 3 models and I need to show all this data in a view of another model.
Example: I have a models named Auditor, Checklist, Question and Audit. Checklist has an association with question - has many.
Audit too, but with auditor and Checklist.
I need to show in the Audit view, a Auditor name, Checklist data and the Questions that belong to the checklist.
How I do this??
Thanks!!!!