method
index
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Associations::NestedError
index()private
No documentation available.
# File activerecord/lib/active_record/associations/nested_error.rb, line 33
def index
@index ||= ordered_records&.find_index(inner_error.base)
end