add social schema, associations

This commit is contained in:
Kyle Drake 2014-04-16 15:16:36 -07:00
parent c0b362ea43
commit cff94803a9
10 changed files with 139 additions and 0 deletions

3
models/comment.rb Normal file
View file

@ -0,0 +1,3 @@
class Comment < Sequel::Model
many_to_one :event
end