Merge branch 'master' into fix_markdown_hint

This commit is contained in:
Stella Rouzi 2017-06-27 17:57:46 +03:00 committed by GitHub
commit 0a2b085bfd
4 changed files with 8 additions and 16 deletions

View file

@ -1,5 +1,5 @@
class EventUser < ActiveRecord::Base
# TODO Do we need these roles?
# TODO: Do we need these roles?
ROLES = [%w[Speaker speaker], %w[Submitter submitter], %w[Moderator moderator]]
belongs_to :event