Method: Usman::AuthenticationService#authenticate
- Defined in:
- app/services/usman/authentication_service.rb
#authenticate ⇒ Object
38 39 40 |
# File 'app/services/usman/authentication_service.rb', line 38 def authenticate set_error(invalid_login_error) unless @user.authenticate(@password) end |