Add logo for booths
This commit is contained in:
parent
5734c90d1e
commit
3e97200a29
5 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue