module ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods   
        
        Public instance methods
Source code GitHub
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 13
def new(*, **)
  super.deduplicate
end
            Source code GitHub
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 9
def registry
  @registry ||= {}
end