class ActiveRecord::Scoping::ScopeRegistry
def global_current_scope(model, skip_inherited_scope = false)
Experimental RBS support (using type sampling data from the type_fusion
project).
def global_current_scope: (Class model, ?bool skip_inherited_scope) -> nil
This signature was generated using 6 samples from 1 application.
def global_current_scope(model, skip_inherited_scope = false) value_for(@global_current_scope, model, skip_inherited_scope) end