class ActionControl::AuthorizationNotPerformedError

Error for controllers in which authorization isn't handled.

@raise [AuthorizationNotPerformedError]

if the #authorized? method isn't defined
in the controller class.