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