Sha256: b26ec05abcf1108298ac2ee4ffa1c150b06bdecc0d1e04a0d515acf400e24c59

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

<%= fields_for "#@parent_form[#{@association}_attributes][#@index#{object_counter}]",
               object, :builder => @builder do |f| %>
  <%= render 'nested_fields/block', :f => f, :nested_partial => @nested_partial %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nested_fields-0.4.0 app/views/nested_fields/_add_nested_fields.html.erb
nested_fields-0.3.0 app/views/nested_fields/_add_nested_fields.html.erb