fixup
This commit is contained in:
parent
1ea96bfdff
commit
4e3ff3eacc
|
@ -11,7 +11,7 @@ class Conference < ActiveRecord::Base
|
||||||
has_many :tracks
|
has_many :tracks
|
||||||
has_many :halls
|
has_many :halls
|
||||||
has_many :event_types
|
has_many :event_types
|
||||||
has_many :events, through: :tracks
|
has_many :events
|
||||||
has_one :call_for_participation, dependent: :destroy
|
has_one :call_for_participation, dependent: :destroy
|
||||||
has_many :participants, class_name: 'User', through: :events
|
has_many :participants, class_name: 'User', through: :events
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue