method
concat_records
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::Associations::HasManyAssociation
concat_records(records, *)private
No documentation available.
# File activerecord/lib/active_record/associations/has_many_association.rb, line 179
def concat_records(records, *)
update_counter_if_success(super, records.length)
end