method

get_pool_manager

get_pool_manager(owner)
private

Returns the pool manager for an owner.

Using `“primary”` to look up the pool manager for `ActiveRecord::Base` is deprecated in favor of looking it up by `“ActiveRecord::Base”`.

During the deprecation period, if `“primary”` is passed, the pool manager for `ActiveRecord::Base` will still be returned.