new()
public

No documentation available.

# File activerecord/lib/active_record/scoping.rb, line 62
      def initialize
        @registry = Hash.new { |hash, key| hash[key] = {} }
      end