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