Skip to Content Skip to Search
v7.1.0
module ActiveRecord::ConnectionAdapters::Deduplicable::ClassMethods
Methods
N
R

Public instance methods

new(*, **)

Permalink
Source code GitHub
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 13
def new(*, **)
  super.deduplicate
end

registry()

Permalink
Source code GitHub
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 9
def registry
  @registry ||= {}
end
Definition files