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