Module: Mongoid::ACL
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/mongoid_acl/acl.rb,
lib/mongoid_acl/methods.rb,
lib/mongoid_acl/version.rb,
lib/mongoid_acl/integration.rb
Defined Under Namespace
Modules: Integration, Methods
Constant Summary collapse
- READ_PERM =
'read'- UPDATE_PERM =
'update'- DESTROY_PERM =
'destroy'- PUBLIC_IDENTIFIER =
'__PUBLIC__'- VERSION =
'0.1.1'