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

3 lines
105 B
Ruby

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