Exception: Pundit::AuthorizationNotPerformedError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Pundit::AuthorizationNotPerformedError
- Defined in:
- lib/pundit.rb
Overview
Error that will be raised if a controller action has not called the
authorize
or skip_authorization
methods.