From 3fc9e43f7d91ec6c4a8e4cf6686265a8fc2aa70f Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Sun, 27 Jul 2014 09:41:50 +0300 Subject: [PATCH] add event_ids to permitted params --- app/controllers/conference_registration_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/conference_registration_controller.rb b/app/controllers/conference_registration_controller.rb index 540e3284..62965ea9 100644 --- a/app/controllers/conference_registration_controller.rb +++ b/app/controllers/conference_registration_controller.rb @@ -105,6 +105,7 @@ class ConferenceRegistrationController < ApplicationController :other_dietary_choice, :handicapped_access_required, :dietary_choice_id, :volunteer, :other_special_needs, social_event_ids: [], + event_ids: [], vchoice_ids: [], qanswer_ids: [], qanswers_attributes: [],