Create lecture model

This commit is contained in:
2023-09-29 18:14:31 +01:00
parent 86b8846f20
commit a496965d81
4 changed files with 41 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class LectureTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end