diff --git a/app/models/game.rb b/app/models/game.rb index 160f4147..07cdde51 100644 --- a/app/models/game.rb +++ b/app/models/game.rb @@ -6,7 +6,6 @@ class Game < ActiveRecord::Base has_many :users, through: :players has_many :player_cards, through: :players has_many :plays, through: :players - has_one :controlling_player belongs_to :play_to_beat accepts_nested_attributes_for :players #validates :title, presence: true