method
new
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Scoping::ScopeRegistry
new()public
No documentation available.
# File activerecord/lib/active_record/scoping.rb, line 73
def initialize
@registry = Hash.new { |hash, key| hash[key] = {} }
end