Class: Booth::Recoveries::Create

Inherits:
Object
  • Object
show all
Includes:
Logging, MethodObject
Defined in:
lib/booth/recoveries/create.rb

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



11
12
13
14
15
# File 'lib/booth/recoveries/create.rb', line 11

def call
  do_check_cooldown
    .on_success { do_check_email_syntax }
    .on_success { do_create_recovery }
end