Class: VoucherMailer
- Inherits:
-
AdmixMailer
- Object
- AdmixMailer
- VoucherMailer
- Defined in:
- app/mailers/voucher_mailer.rb
Instance Method Summary collapse
Instance Method Details
#send_confirmation_link(voucher_user) ⇒ Object
3 4 5 6 7 8 |
# File 'app/mailers/voucher_mailer.rb', line 3 def send_confirmation_link(voucher_user) @voucher_user = voucher_user @url = vouchers_confirmation_url(voucher_user.voucher, voucher_user) mail(to: voucher_user.email, subject: t('vouchers.mailers.send_confirmation_link.subject')) end |