initial commit

This commit is contained in:
Josh
2018-05-07 16:06:01 -04:00
commit 4037b6304e
125 changed files with 2493 additions and 0 deletions

0
test/models/.keep Normal file
View File

View File

@ -0,0 +1,7 @@
require 'test_helper'
class MeetingTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

7
test/models/room_test.rb Normal file
View File

@ -0,0 +1,7 @@
require 'test_helper'
class RoomTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end

7
test/models/user_test.rb Normal file
View File

@ -0,0 +1,7 @@
require 'test_helper'
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end