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
+11
View File
@@ -0,0 +1,11 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: MyString
course: one
due_date07/10/2023: MyString
two:
title: MyString
course: two
due_date07/10/2023: MyString
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class WorkItemTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end