Class: Keymail::AuthMailer

Inherits:
ActionMailer::Base
  • Object
show all
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 (token)
  @token = token

  mail to: token.email,
       from: Keymail.config.from_email
end