Flowdock
method

lookup_connection_handler

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ConnectionHandling
lookup_connection_handler(handler_key) 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_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
Register or log in to add new notes.