Module: Edgarj::UserGroup::Kind

Defined in:
app/models/edgarj/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/edgarj/user_group_decorator.rb

Constant Summary collapse

ROLE =
100
USER_ORG =
200