class ActiveRecord::DatabaseConfigurations::HashConfig

def pool

def pool
  (configuration_hash[:pool] || 5).to_i
end