Displaying 1 result from an estimated 1 matches for "response_instances".
2006 Mar 09
2
Newbie question: How to represent parent-child denormalization
...at rails
generates are quite a bit more elaborate than I would choose to
build :o)
I am trying to build a flash-card application that contains quizzes,
questions, possible answers, and presentations, plus historical records
of users''s answers over time (quiz_instances, question_instances,
response_instances).
I have been working from Thomas and Hansson (Agile Web Development With
Rails), but I appear to be missing something in the move from the famous
"depot" example into real life. I cannot for the life of me figure out
how to navigate from parent objects (such as a quiz) to child objects...