fix relation for conferences-questions
This commit is contained in:
parent
163293d3f7
commit
953a7b2384
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue