Closed chcholman closed 12 years ago
If you create an assignment, and then add a grade, you need to be able to see the user/group/team name that has earned that grade on the assignment show page. How do you write that relationship?
Would this work?
- @assignment.grades.each do |grade| = link_to grade.gradeable.name, grade.gradeable
If you create an assignment, and then add a grade, you need to be able to see the user/group/team name that has earned that grade on the assignment show page. How do you write that relationship?