From 1678c2199611a2810d0ae17d52ebf931cdf52efb Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Mon, 30 Jun 2014 19:15:06 +0300 Subject: [PATCH] fix in parameters --- app/controllers/conference_registration_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/conference_registration_controller.rb b/app/controllers/conference_registration_controller.rb index 101916d4..4fbf2a0a 100644 --- a/app/controllers/conference_registration_controller.rb +++ b/app/controllers/conference_registration_controller.rb @@ -105,9 +105,8 @@ class ConferenceRegistrationController < ApplicationController :conference_id, :attending_social_events, :attending_with_partner, :using_affiliated_lodging, :arrival, :departure, :other_dietary_choice, :handicapped_access_required, :dietary_choice_id, - :volunteer, + :volunteer, :other_special_needs, social_event_ids: [], - other_special_needs: [], vchoice_ids: [], qanswer_ids: [], qanswers_attributes: [],