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

Hide skip_authorization from being an action. Closes #269

This commit is contained in:
Jonas Nicklas 2015-04-19 13:11:35 +02:00
parent 73ec66be01
commit ff843ca5bb

View file

@ -81,6 +81,7 @@ module Pundit
hide_action :verify_policy_scoped
hide_action :permitted_attributes
hide_action :pundit_user
hide_action :skip_authorization
end
end