socialforge/app/models/student_works_evaluation_di...

8 lines
187 B
Ruby
Raw Normal View History

2015-05-19 10:56:41 +08:00
#学生作品匿评分配表
class StudentWorksEvaluationDistribution < ActiveRecord::Base
attr_accessible :student_work_id, :user_id
belongs_to :student_work
belongs_to :user
end