Class: Booth::Onboardings::Find

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

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



9
10
11
12
# File 'lib/booth/onboardings/find.rb', line 9

def call
  check_secret_key_syntax_action
    .on_success { find_onboarding_action }
end