Sha256: 1690740dcf2a43f5e894091ed0f7889fbcb3762a830d5014728dbcb81ec928f2

Contents?: true

Size: 204 Bytes

Versions: 6

Compression:

Stored size: 204 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
noodall-form-builder-0.0.13 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.11 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.10 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.9 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.8 app/views/form_mailer/_form_response_fields.html.erb
noodall-form-builder-0.0.7 app/views/form_mailer/_form_response_fields.html.erb