class Pundit::PolicyFinder

def scope

Other tags:
    See: https://github.com/varvet/pundit#scopes -

Returns:
  • (nil, Scope{#resolve}) - scope class which can resolve to a scope
def scope
  "#{policy}::Scope".safe_constantize
end