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