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