Toying with stand from active game

This commit is contained in:
Jesse C. Fisher 2019-10-20 21:56:06 -07:00
parent 584f364964
commit 59fe16033a

View File

@ -93,7 +93,7 @@ class Game < ActiveRecord::Base
end
if @player
@player.destroy
@player.user_id = nil
end
end