Class: NameLoginForm

Inherits:
ActiveForm
  • Object
show all
Defined in:
app/models/name_login_form.rb

Instance Method Summary collapse

Instance Method Details

#authenticateObject



11
12
13
# File 'app/models/name_login_form.rb', line 11

def authenticate
  NameCredential.authenticate(self.name, self.password)
end