TODO table moderators

This commit is contained in:
Jesse C. Fisher 2015-12-30 19:29:13 -08:00
parent a6800cade6
commit 199914b231

View File

@ -1,4 +1,5 @@
class Table < ActiveRecord::Base
#TODO has_many :moderators
has_many :seats
has_many :users, through: :seats
has_many :games