Class: EmailLoginForm

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

Overview

メールログインフォーム

Instance Method Summary collapse

Instance Method Details

#authenticateObject



21
22
23
# File 'app/models/email_login_form.rb', line 21

def authenticate
  return EmailCredential.authenticate(self.email, self.password)
end