module ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods

def new(*, **)

def new(*, **)
  super.deduplicate
end

def registry

def registry
  @registry ||= {}
end