diff --git a/app/models/table.rb b/app/models/table.rb index 17eaab4..9f23543 100644 --- a/app/models/table.rb +++ b/app/models/table.rb @@ -1,4 +1,5 @@ class Table < ActiveRecord::Base + #TODO has_many :moderators has_many :seats has_many :users, through: :seats has_many :games