Class: Keymail::AuthMailer
- Inherits:
-
ActionMailer::Base
- Object
- ActionMailer::Base
- Keymail::AuthMailer
- Defined in:
- app/mailers/keymail/auth_mailer.rb
Instance Method Summary collapse
Instance Method Details
#log_in(token) ⇒ Object
3 4 5 6 7 8 |
# File 'app/mailers/keymail/auth_mailer.rb', line 3 def log_in(token) @token = token mail to: token.email, from: Keymail.config.from_email end |