raiseAuthorizationNotPerformed,"This action failed the check_authorization because it does not authorize_resource. Add skip_authorization_check to bypass this check."
# Only applies to given actions.
end
#
# [:+except+]
# Does not apply to given actions.
#
# [:+if+]
# Supply the name of a controller method to be called. The authorization check only takes place if this returns true.
#
# check_authorization :if => :admin_controller?
#
# [:+unless+]
# Supply the name of a controller method to be called. The authorization check only takes place if this returns false.
raiseAuthorizationNotPerformed,"This action failed the check_authorization because it does not authorize_resource. Add skip_authorization_check to bypass this check."