method
new
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Scoping::ScopeRegistry
new()public
No documentation available.
# File activerecord/lib/active_record/scoping.rb, line 86
def initialize
@current_scope = {}
@ignore_default_scope = {}
@global_current_scope = {}
end