Class: Contactus::ContactForm

Inherits:
MailForm::Base
  • Object
show all
Defined in:
app/models/contactus/contact_form.rb

Instance Method Summary collapse

Instance Method Details

#headersObject



23
24
25
# File 'app/models/contactus/contact_form.rb', line 23

def headers
  default_header.merge(cc_header).merge(bcc_header)
end