Add removal of soft_user token
This commit is contained in:
parent
602c3c36f2
commit
d56e663a2c
@ -89,6 +89,7 @@ class Game < ActiveRecord::Base
|
||||
|
||||
if @player
|
||||
@player.user_id = nil
|
||||
@player.soft_token = nil
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user