Toying with stand from active game

This commit is contained in:
Jesse C. Fisher 2019-10-20 21:56:06 -07:00 committed by Jesse C. Fisher
parent 72726117cd
commit bcf28940c4

View File

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