method
new
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::ConnectionHandler
new(pools = {})
public
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 369 def initialize(pools = {}) @connection_pools = pools @class_to_pool = {} end


