与えられた:
<%= f.fields_for :socials do |builder| %>
<%= render :partial => "social_fields", :locals => { :f => builder} %>
<% end %>
_social_fields.html.erb カウンター内のカウンター/インデックスを取得するにはどうすればよいですか (最後の項目で何かを行うために)。social_fields_counter は、明示的に :collection をレンダリングに渡した場合にのみ生成されるようですが、これらは親に accept_nested_attributes_for :socials を持つネストされたオブジェクトです。