mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 00:06:01 +08:00
3 lines
102 B
Ruby
3 lines
102 B
Ruby
class Trustie::CourseGroup < Trustie::Database
|
|
belongs_to :course, class_name: "Trustie::Course"
|
|
end |