Files

4 lines
256 B
Plaintext
Raw Permalink Normal View History

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 %>