Class: Booth::Sessions::RevokeAllOthers

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

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



9
10
11
12
# File 'lib/booth/sessions/revoke_all_others.rb', line 9

def call
  do_check_id_syntax
    .on_success { do_revoke_all_other_session }
end