method
new
rails 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