Module: ActionAuthorization
- Defined in:
- lib/authorizer.rb,
lib/authorizer/version.rb,
lib/authorizer/resource.rb,
lib/authorizer/exceptions.rb,
lib/authorizer/active_record_patch.rb,
lib/authorizer/action_controller_patch.rb
Overview
The main module which contains all the code of rails-action-authorization.
Defined Under Namespace
Classes: AuthorizationError, ForbiddenError, Resource
Constant Summary collapse
- VERSION =
'1.1.1'- OPTIONS =
[:authorize_associated, :behavior]
- POSSIBILITIES =
[:allow_all, :deny_all, :filter]