Setup booth group mvc

This commit is contained in:
Rishabh Singh 2019-08-18 22:59:15 +05:30
parent e3f175d55a
commit 64cb6ec456
7 changed files with 99 additions and 4 deletions

View file

@ -9,6 +9,7 @@ class Program < ApplicationRecord
has_many :cfps, dependent: :destroy
has_many :event_types, dependent: :destroy
has_many :booth_groups, dependent: :destroy
has_many :tracks, dependent: :destroy
has_many :difficulty_levels, dependent: :destroy
has_many :schedules, dependent: :destroy