Class: EmailLoginForm
- Inherits:
-
ActiveForm
- Object
- ActiveForm
- EmailLoginForm
- Defined in:
- app/models/email_login_form.rb
Overview
メールログインフォーム
Instance Method Summary collapse
Instance Method Details
#authenticate ⇒ Object
21 22 23 |
# File 'app/models/email_login_form.rb', line 21 def authenticate return EmailCredential.authenticate(self.email, self.password) end |