method
instance
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Scoping::ScopeRegistry
instance()public
No documentation available.
# File activerecord/lib/active_record/scoping.rb, line 80
def instance
ActiveSupport::IsolatedExecutionState[:active_record_scope_registry] ||= new
end