Sha256: c098a09543e33bdf34f0054c982ab6198557f0eb277fb0644ac507a08022e3bb

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

<table>
  <tr>
    <th>Id</th>
    <th>Name</th>
    <th>Hire Form</th>
  </tr>
  <% @people.each do |person| %>
    <tr>
      <td><%= person.id %></td>
      <td><%= person.name %></td>
      <td>
        <%= render "multipart_form/index_links", :locals => {:form_subject => person } %>
      </td>
    </tr>
  <% end %>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
acts_as_multipart_form-0.0.5 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.4 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.3 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.2 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.1 spec/dummy/app/views/people/index.html.erb