Introduce Call for Booths

This commit is contained in:
nasia 2017-06-06 21:36:18 +03:00
parent 66ac45efc8
commit 7ee9b2966a
13 changed files with 191 additions and 16 deletions

View file

@ -16,6 +16,7 @@ class Conference < ActiveRecord::Base
has_one :splashpage, dependent: :destroy
has_one :contact, dependent: :destroy
has_one :registration_period, dependent: :destroy
has_one :call_for_booths, dependent: :destroy
has_one :email_settings, dependent: :destroy
has_one :program, dependent: :destroy
has_one :venue, dependent: :destroy
@ -24,7 +25,7 @@ class Conference < ActiveRecord::Base
has_many :supporters, through: :ticket_purchases, source: :user
has_many :tickets, dependent: :destroy
has_many :resources, dependent: :destroy
has_many :booths, dependent: :destroy
has_many :booths, dependent: :destroy
has_many :lodgings, dependent: :destroy
has_many :registrations, dependent: :destroy