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