<%= f.fields_for :sub_roles, form_sub do |f| %> <%= render :partial => 'sub_role', :object => form_sub, :locals => {:f => f, :i => i} %> <% end %>