Add removal of soft_user token

This commit is contained in:
Jesse C. Fisher 2019-10-24 19:38:28 -07:00 committed by Jesse C. Fisher
parent 452115a21b
commit 82b26de7aa

View File

@ -89,6 +89,7 @@ class Game < ActiveRecord::Base
if @player
@player.user_id = nil
@player.soft_token = nil
end
end