module ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods

Public Instance Methods

new(*, **) click to toggle source
Calls superclass method
# File lib/active_record/connection_adapters/deduplicable.rb, line 13
def new(*, **)
  super.deduplicate
end
registry() click to toggle source
# File lib/active_record/connection_adapters/deduplicable.rb, line 9
def registry
  @registry ||= {}
end