method

count_records

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

count_records()
private

No documentation available.

# File activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb, line 37
        def count_records
          load_target.size
        end