Flowdock
method

connection_pool

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::Base
connection_pool() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_specification.rb, line 92
      def connection_pool
        connection_handler.retrieve_connection_pool(self)
      end
Register or log in to add new notes.