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



5
6
7
8
9
# File 'app/mailers/keymail/auth_mailer.rb', line 5

def (token)
  @token = token

  mail to: token.email
end