1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Add hide_action pundit_policy_authorized?/pundit_policy_scoped?

This commit is contained in:
Masaki Takeuchi 2015-07-10 13:14:05 +09:00
parent 145d7592c0
commit a196d3af84

View file

@ -88,6 +88,8 @@ module Pundit
hide_action :pundit_user
hide_action :skip_authorization
hide_action :skip_policy_scope
hide_action :pundit_policy_authorized?
hide_action :pundit_policy_scoped?
end
end