method

ordered_records

ordered_records()
private

No documentation available.

# File activerecord/lib/active_record/associations/nested_error.rb, line 37
        def ordered_records
          case index_errors_setting
          when true # default is association order
            association.target
          when :nested_attributes_order
            association.nested_attributes_target
          end
        end