mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 10:15:57 +08:00
4 lines
175 B
Ruby
4 lines
175 B
Ruby
class Trustie::Course < Trustie::Database
|
|
has_many :course_groups, class_name: "Trustie::CourseGroup"
|
|
has_many :homework_commons, class_name: "Trustie::HomeworkCommon"
|
|
end |