Class: Composable::Pwdless::Mailer
- Inherits:
-
Object
- Object
- Composable::Pwdless::Mailer
- Defined in:
- app/mailers/composable/pwdless/mailer.rb
Instance Method Summary collapse
Instance Method Details
#notification_email ⇒ Object
4 5 6 7 8 9 |
# File 'app/mailers/composable/pwdless/mailer.rb', line 4 def notification_email @authentication = params[:authentication] @code = @authentication.code mail headers_for(:notification_email, to: @authentication.email) end |