module Pundit::Authorization

def policy_scopes

Other tags:
    Api: - private
def policy_scopes
  @_pundit_policy_scopes ||= {}
end