Displaying 1 result from an estimated 1 matches for "grade_id".
2009 Nov 18
2
Composing Data from THREE models with Aggregation
...standards
When I originally setup my Standard table with grade_abbr and
strand_abbr, it easy to follow the example in the Agile Web
Development because each column was contained within the Standard
model. However, I had to move Grade and Strand into their own tables,
so the Standard table contains grade_id and strand_id--not the actual
objects themselves.
When I played with the example from the Agile Web Development book, I
couldn''t get :grade.grade_abbr and strand.strand_abbr to work. The
code below was the best that I could come up with but it shows
grade_id and strand_id. Does anyone ha...