Add logo for booths

This commit is contained in:
nasia 2017-06-27 17:23:37 +03:00
parent 5734c90d1e
commit 3e97200a29
5 changed files with 7 additions and 5 deletions

View file

@ -23,6 +23,8 @@ class Booth < ActiveRecord::Base
presence: true
mount_uploader :picture, PictureUploader, mount_on: :logo_link
state_machine initial: :submitted do
state :submitted
state :withdrawn