mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add confirmed booths to splashpage
This commit is contained in:
parent
3f324d4e6f
commit
8b5ebb3dd7
10 changed files with 51 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ class Booth < ActiveRecord::Base
|
|||
:submitter_relationship,
|
||||
presence: true
|
||||
|
||||
scope :confirmed, -> { where(state: 'confirmed') }
|
||||
|
||||
mount_uploader :picture, PictureUploader, mount_on: :logo_link
|
||||
|
||||
state_machine initial: :new do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue