Fix rspec tests because of the changes to the cfp
Remove redundant association Note: a conference created with :full_conference already has a cfp
This commit is contained in:
parent
56264ac4e6
commit
559fa53415
16 changed files with 78 additions and 74 deletions
|
|
@ -2,7 +2,6 @@ class Registration < ActiveRecord::Base
|
|||
belongs_to :user
|
||||
belongs_to :conference
|
||||
|
||||
has_and_belongs_to_many :events
|
||||
has_and_belongs_to_many :qanswers
|
||||
has_and_belongs_to_many :vchoices
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue