Class: Vouchers::Contact
- Inherits:
-
MailForm::Base
- Object
- MailForm::Base
- Vouchers::Contact
- Defined in:
- app/models/vouchers/contact.rb
Instance Method Summary collapse
Instance Method Details
#headers ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'app/models/vouchers/contact.rb', line 7 def headers { to: %("#{name}" <#{email}>), subject: "Imprima seu Voucher", # TODO get site name automatically from: "Forro com turista <[email protected]" } end |