I have these three models.
Student.
Evaluation.
Grade (student_id, evaluatioin_id, value)
I want to make a form so that a User can set the grade for each student of a evaluation…
I want to keep this is as clean as possible (and restful)…
Im open to any suggestions on how to get this done.
Please Help.
What I ended up doing was..
In Grade Model
In EvaluationsController
In View