Initial commit

This commit is contained in:
2013-10-08 22:10:03 -07:00
commit 5a94d69b3d
73 changed files with 1287 additions and 0 deletions

0
app/models/.keep Normal file
View File

View File

2
app/models/space.rb Normal file
View File

@@ -0,0 +1,2 @@
class Space < ActiveRecord::Base
end