method
nested_child_index
rails latest stable - Class:
ActionView::Helpers::FormBuilder
nested_child_index(name)private
No documentation available.
# File actionview/lib/action_view/helpers/form_helper.rb, line 2745
def nested_child_index(name)
@nested_child_index[name] ||= -1
@nested_child_index[name] += 1
end