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