ryanb / nested_form

Rails plugin to conveniently handle multiple models in a single form.
MIT License
1.79k stars 505 forks source link

link_to_add make large index number #364

Open shingo-nakanishi opened 8 years ago

shingo-nakanishi commented 8 years ago

version

0.3.2

no support index

<tbody id="foo">
  <%= f.fields_for :foos, wrapper: false do |of| -%>
    <tr class="fields">
      <td><%= of.index %></td> 

click link_to_add make 1451347938120 next click link_to_add make 1451347952296

Rails4 support index

http://stackoverflow.com/a/22640703/1979953