educoder/app/models/student_works_evaluation_di...

5 lines
115 B

class StudentWorksEvaluationDistribution < ApplicationRecord
belongs_to :student_work
belongs_to :user
end