Class: Booth::Core::Sessions::RevokeAllOthers

Inherits:
Object
  • Object
show all
Includes:
Calls
Defined in:
lib/booth/core/sessions/revoke_all_others.rb

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
# File 'lib/booth/core/sessions/revoke_all_others.rb', line 12

def call
  do_check_id_syntax
    .on_success { do_revoke_all_other_session }
end