method
new_connection
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::ConnectionAdapters::ConnectionPool
new_connection()
private
Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 314 def new_connection ActiveRecord::Base.send(spec.adapter_method, spec.config) end


