Class: Booth::Core::Sessions::CreateAndLogin
- Inherits:
-
Object
- Object
- Booth::Core::Sessions::CreateAndLogin
- Includes:
- Logging, Calls
- Defined in:
- lib/booth/core/sessions/create_and_login.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
15 16 17 18 19 20 |
# File 'lib/booth/core/sessions/create_and_login.rb', line 15 def call do_compare_domain .on_success { do_compare_scope } .on_success { do_create_session } .on_success { do_login } end |