method

connection_pool

rails latest stable - Class: ActiveRecord::Associations::Builder::HasAndBelongsToMany

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

connection_pool()
public

No documentation available.

# File activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb, line 45
        def self.connection_pool
          left_model.connection_pool
        end