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