method
nested_child_index
nested_child_index(name)
private
Hide source
# File actionpack/lib/action_view/helpers/form_helper.rb, line 1101 def nested_child_index(name) @nested_child_index[name] ||= -1 @nested_child_index[name] += 1 end


