Add Recording model

This commit is contained in:
2023-10-01 17:16:08 +01:00
parent 3300017d98
commit 69a97a3fa9
5 changed files with 47 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
require "test_helper"
class RecordingTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end