Add track type to admin dashboard
This commit is contained in:
parent
770a63e15c
commit
abc59bb3d7
18 changed files with 252 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ class Program < ApplicationRecord
|
|||
has_many :cfps, dependent: :destroy
|
||||
has_many :event_types, dependent: :destroy
|
||||
has_many :tracks, dependent: :destroy
|
||||
has_many :track_types, dependent: :destroy
|
||||
has_many :difficulty_levels, dependent: :destroy
|
||||
has_many :schedules, dependent: :destroy
|
||||
has_many :event_schedules, through: :schedules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue