Class: Decidim::AssemblyUserRole

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/decidim/assembly_user_role.rb

Overview

Defines a relation between a user and an assembly, and what kind of relation does the user have.

Constant Summary collapse

ROLES =
%w(admin collaborator moderator).freeze