Methods
Instance Public methods
new(*, **)
          
          
          
          
          
            📝 Source code
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 13
def new(*, **)
  super.deduplicate
endregistry()
          
          
          
          
          
            📝 Source code
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 9
def registry
  @registry ||= {}
end