4 lines
256 B
Plaintext
4 lines
256 B
Plaintext
|
|
Full name: <%= @survey.full_name %>
|
||
|
|
Company name: <%= @survey.company_name %>
|
||
|
|
Purchase email: <%= [[@survey.purchase_email1, @survey.purchase_email2, @survey.purchase_email3] - [""]].flatten.compact.join(", ") %>
|
||
|
|
Current email: <%= @survey.current_email %>
|