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
5 6 7 8 9 |
# File 'app/mailers/keymail/auth_mailer.rb', line 5 def log_in(token) @token = token mail to: token.email end |