Sha256: f7b5c067d1e5423370753734a3c19a6ec3fe635220675fe46c8593db1771c22e

Contents?: true

Size: 344 Bytes

Versions: 11

Compression:

Stored size: 344 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 :partial => "multipart_form/index_links", :locals => {:form_subject => person } %>
      </td>
    </tr>
  <% end %>
</table>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
acts_as_multipart_form-0.0.16 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.15 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.14 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.13 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.12 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.11 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.10 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.9 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.8 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.7 spec/dummy/app/views/people/index.html.erb
acts_as_multipart_form-0.0.6 spec/dummy/app/views/people/index.html.erb