module Pundit::Helper
Rails view helpers, to allow a slightly different view-specific implementation of the methods in {Pundit::Authorization}.
@api private
Public Instance Methods
Source
# File lib/pundit.rb, line 132 def policy_scope(scope) pundit_policy_scope(scope) end