Class: SpreeCmCommissioner::UserDeviceTokenRegister

Inherits:
BaseInteractor show all
Defined in:
app/interactors/spree_cm_commissioner/user_device_token_register.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
# File 'app/interactors/spree_cm_commissioner/user_device_token_register.rb', line 5

def call
  delete_existing_device_token
  register_device_token
end