UM-USElab / GradeCraft

GradeCraft is a gamified gradebook, intended to help motivate students to be more engaged in their own learning.
GNU Affero General Public License v3.0
9 stars 6 forks source link

Attempted to fix earned badges form #122

Closed allspiritseve closed 11 years ago

allspiritseve commented 11 years ago

I made a little progress... the earned_badges association we want to modify is on @grade.gradeable and not @grade, so we needed another simple_fields_for.

It's not working though, I'm getting an "undefined method primary_key" error.