Remove unused code
This commit is contained in:
parent
6680ae39ed
commit
602c3c36f2
@ -6,7 +6,6 @@ class Game < ActiveRecord::Base
|
|||||||
has_many :users, through: :players
|
has_many :users, through: :players
|
||||||
has_many :player_cards, through: :players
|
has_many :player_cards, through: :players
|
||||||
has_many :plays, through: :players
|
has_many :plays, through: :players
|
||||||
has_one :controlling_player
|
|
||||||
belongs_to :play_to_beat
|
belongs_to :play_to_beat
|
||||||
accepts_nested_attributes_for :players
|
accepts_nested_attributes_for :players
|
||||||
#validates :title, presence: true
|
#validates :title, presence: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user