Module: MailForms::Customer
- Extended by:
- ActiveSupport::Concern
- Included in:
- MailForm::EnrollShowroomProgram, MailForm::PipeFreezeProtectionQuote, MailForm::ProductSample, MailForm::QuoteRequest, MailForm::RequestLiterature, MailForm::RoofGutterDeicingQuote, MailForm::ShareYourStory
- Defined in:
- app/concerns/mail_forms/customer.rb
Overview
Mail-form fields for customer contact information (name, company, address,
phone/fax). Mixed into form objects so every contact-style form exposes the
same customer_* accessors with matching validation rules.
Instance Method Summary collapse
-
#email_address ⇒ String?
The form's customer email address, exposed under the generic name the mail pipeline expects.
Instance Method Details
#email_address ⇒ String?
The form's customer email address, exposed under the generic name the
mail pipeline expects.
43 44 45 |
# File 'app/concerns/mail_forms/customer.rb', line 43 def email_address customer_email_address end |