method
new
v7.1.3.2 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PoolManager
new()public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/pool_manager.rb, line 6
def initialize
@role_to_shard_mapping = Hash.new { |h, k| h[k] = {} }
end