method

lookup_connection_handler

lookup_connection_handler(handler_key)
public

No documentation available.

# File activerecord/lib/active_record/connection_handling.rb, line 162
    def lookup_connection_handler(handler_key) # :nodoc:
      handler_key ||= ActiveRecord::Base.writing_role
      connection_handlers[handler_key] ||= ActiveRecord::ConnectionAdapters::ConnectionHandler.new
    end