Class: Booth::Core::Sessions::RevokeAllOthers
- Inherits:
-
Object
- Object
- Booth::Core::Sessions::RevokeAllOthers
- Includes:
- Calls
- Defined in:
- lib/booth/core/sessions/revoke_all_others.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
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 |