fix relation for conferences-questions

This commit is contained in:
Stella 2014-11-12 21:10:45 +02:00
parent 163293d3f7
commit 953a7b2384

View file

@ -20,7 +20,7 @@ class Conference < ActiveRecord::Base
has_paper_trail
has_many :questions
has_and_belongs_to_many :questions
has_one :splashpage, dependent: :destroy
has_one :contact, dependent: :destroy