method
count_records
v2.2.1 -
Show latest stable
- Class:
ActiveRecord::Associations::HasAndBelongsToManyAssociation
count_records()protected
No documentation available.
# File activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb, line 19
def count_records
load_target.size
end