Add WorkItem model for Problem sheets and equivalent

This commit is contained in:
2023-10-07 15:41:32 +01:00
parent 328616d55f
commit f121c990e8
5 changed files with 43 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
class WorkItem < ApplicationRecord
belongs_to :course
end