mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
3 lines
105 B
Ruby
3 lines
105 B
Ruby
class Trustie::HomeworkCommon < Trustie::Database
|
|
belongs_to :course, class_name: "Trustie::Course"
|
|
end |