This commit is contained in:
Petko Bordjukov 2015-08-14 23:58:19 +03:00
parent 1ea96bfdff
commit 4e3ff3eacc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Conference < ActiveRecord::Base
has_many :tracks
has_many :halls
has_many :event_types
has_many :events, through: :tracks
has_many :events
has_one :call_for_participation, dependent: :destroy
has_many :participants, class_name: 'User', through: :events