Module: Edgar::UserGroup::Kind
- Defined in:
- app/models/edgar/user_group.rb
Overview
'Kind' value is to identify what kind of user-group many-to-many relation is established. Following two values are reserved:
- ROLE
-
controller-permission
- USER_ORG
-
organization of users
Any uniq value can be added for application usage. One example is in test/dummy/app/decorators/models/edgar/user_group_decorator.rb
Constant Summary
- ROLE =
100- USER_ORG =
200