educoder/app/models/ec_course_student_score.rb

6 lines
171 B

class EcCourseStudentScore < ApplicationRecord
belongs_to :ec_year_student
belongs_to :ec_course
has_many :ec_student_score_targets, dependent: :delete_all
end