method
connection_handlers
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Core
connection_handlers()public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 183
def self.connection_handlers
unless legacy_connection_handling
raise NotImplementedError, "The new connection handling does not support accessing multiple connection handlers."
end
@@connection_handlers ||= {}
end