Sha256: 973667d46525ee9fcca6958e00e511eac333f29d1c2e34fcd0c8724a11af0974

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nested_fields-0.2.2 app/views/nested_fields/_add_nested_fields.html.erb
nested_fields-0.2.1 app/views/nested_fields/_add_nested_fields.html.erb
nested_fields-0.2.0 app/views/nested_fields/_add_nested_fields.html.erb