educoder/app/models/ec_student_achievement.rb

6 lines
164 B

6 years ago
class EcStudentAchievement < ApplicationRecord
belongs_to :ec_year_student
belongs_to :ec_course_evaluation
belongs_to :ec_course_evaluation_subitem
end