Create course model

This commit is contained in:
2023-09-29 18:18:03 +01:00
parent a496965d81
commit 38f48d1736
5 changed files with 69 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: MyString
unit_code: MyString
toggl_project: 1
panopto_folders:
two:
title: MyString
unit_code: MyString
toggl_project: 1
panopto_folders:
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class CourseTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end