method
concat_records
v5.0.0.1 -
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 128
def concat_records(records, *)
update_counter_if_success(super, records.length)
end