Sha256: 0456ae898155f4b2fe228500444fe63d68d77efa0b108a932b66e424a1d28698

Contents?: true

Size: 158 Bytes

Versions: 6

Compression:

Stored size: 158 Bytes

Contents

<% for field in @form.fields %>
  <%= field.name %>: <%= @response.send(field.underscored_name) if @response.respond_to?(field.underscored_name) %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
noodall-form-builder-0.0.6 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.5 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.4 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.3 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.2 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.1 app/views/form_mailer/_form_response_fields.html.erb