module Pundit::Authorization
def pundit_policy_authorized?
- See: #skip_authorization -
See: #authorize -
Returns:
-
(Boolean)
- wether or not authorization has been performed
def pundit_policy_authorized? !!@_pundit_policy_authorized end