Module: Roleable

Defined in:
lib/app/models/concerns/roleable.rb

Overview

Constants for a role

Constant Summary collapse

ROLE_NONE =
'none'
ROLE_VIEW =
'view'
ROLE_EDIT =
'edit'
ROLE_ADMIN =
'admin'
ALL_ROLES =
[ROLE_NONE, ROLE_VIEW, ROLE_EDIT, ROLE_ADMIN].freeze