method

concat_records

concat_records(records, *)
private

No documentation available.

# File activerecord/lib/active_record/associations/has_many_association.rb, line 128
        def concat_records(records, *)
          update_counter_if_success(super, records.length)
        end