class ActiveRecord::ConnectionAdapters::PoolManager

def initialize

:nodoc:
def initialize
  @role_to_shard_mapping = Hash.new { |h, k| h[k] = {} }
end