Modify views for booths

This commit is contained in:
nasia 2017-06-18 23:33:54 +03:00
parent a5ce1239f2
commit 60ec569553
13 changed files with 280 additions and 92 deletions

View file

@ -7,4 +7,5 @@ class BoothRequest < ActiveRecord::Base
:role,
presence: true
ROLES = %w[submitter responsibles]
end