module Pundit::Helper

def policy_scope(scope)

Other tags:
    See: Pundit::Authorization#pundit_policy_scope -
def policy_scope(scope)
  pundit_policy_scope(scope)
end