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
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class WorkItemTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end