Switch games from belongs_to :user to has_many :admins
Create a new join table that let's multiple users administrate a game. No special roles at the moment, all admins can manage the full aspect of a game.
Maybe we keep the current belongs_to :user and rename to be the "owner" so we can tell who originally made it and maybe who should have slight extra power in the future. Other syst
Switch games from
belongs_to :usertohas_many :adminsCreate a new join table that let's multiple users administrate a game. No special roles at the moment, all admins can manage the full aspect of a game.
Maybe we keep the current
belongs_to :userand rename to be the "owner" so we can tell who originally made it and maybe who should have slight extra power in the future. Other syst