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


