5 lines
115 B
5 lines
115 B
6 years ago
|
class StudentWorksEvaluationDistribution < ApplicationRecord
|
||
|
belongs_to :student_work
|
||
|
belongs_to :user
|
||
|
end
|