Add Recording model
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
start_time: MyString
|
||||
recording_uuid: MyString
|
||||
course_id: one
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
start_time: MyString
|
||||
recording_uuid: MyString
|
||||
course_id: two
|
||||
@@ -0,0 +1,7 @@
|
||||
require "test_helper"
|
||||
|
||||
class RecordingTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user