Sha256: c0c0e64b32d3ae1eedb43ba6bb03ef49d32d503d1b102a1bf7bb0b0390d109f5
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
class ContactUs::ContactMailer < ActionMailer::Base def contact_email(contact) @message = contact.message mail :from => contact.email, :subject => t('contact_us.contact_mailer.contact_email.subject', :email => contact.email), :to => ContactUs.mailer_to end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contact_us-0.1.5 | app/mailers/contact_us/contact_mailer.rb |
contact_us-0.1.4 | app/mailers/contact_us/contact_mailer.rb |