Hi,
I have a table with teams, and a table with games. In the games table I have a "team_id" field (the relation is one-to-many, each game is associated with one team and each team can have several games).
On the detail view for a team, I would like to print a games calendar. So retrieve all the games that have the viewed team as team_id.
Can it be done with cook? Otherwise are there many changes to make in the code? The view part is easy, it's the model I'm having difficulties with.