gitlink-forgeplus/app/models/trustie/course_group.rb

3 lines
102 B
Ruby

class Trustie::CourseGroup < Trustie::Database
belongs_to :course, class_name: "Trustie::Course"
end