5 lines
153 B
5 lines
153 B
6 years ago
|
class EcStudentScoreTarget < ApplicationRecord
|
||
|
belongs_to :ec_year_student
|
||
|
belongs_to :ec_course_student_score
|
||
|
belongs_to :ec_course_target
|
||
|
end
|