Methods

Instance Public methods

new(*, **)

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

registry()

📝 Source code
# File activerecord/lib/active_record/connection_adapters/deduplicable.rb, line 9
        def registry
          @registry ||= {}
        end
🔎 See on GitHub