5 lines
150 B
5 lines
150 B
6 years ago
|
class EcAchievementEvaluationRelate < ApplicationRecord
|
||
|
belongs_to :ec_course_achievement_method
|
||
|
belongs_to :ec_course_evaluation_subitem
|
||
|
end
|