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

Defined Under Namespace

Classes: AuthorizationError, ForbiddenError, Resource

Constant Summary collapse

VERSION =
'1.0.0'
OPTIONS =
[:authorize_associated, :behavior]
POSSIBILITIES =
[:allow_all, :deny_all, :filter]