Class: Booth::Credentials::FindByUsername

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

Instance Method Summary collapse

Methods included from MethodObject

included

Instance Method Details

#callObject



9
10
11
12
# File 'lib/booth/credentials/find_by_username.rb', line 9

def call
  do_check_username_syntax
    .on_success { do_find_credential }
end