method

concat_records

rails latest stable - Class: ActiveRecord::Associations::HasManyAssociation
concat_records(records, *)
private

No documentation available.

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