educoder/app/models/student_works_evaluation_di...

5 lines
115 B

6 years ago
class StudentWorksEvaluationDistribution < ApplicationRecord
belongs_to :student_work
belongs_to :user
end