From e59d69a038b7075b520d9042328761fa6d6b1589 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 7 Jan 2020 00:42:20 -0800 Subject: [PATCH] HACK: allow the registration page to work --- app/controllers/conference_registrations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/conference_registrations_controller.rb b/app/controllers/conference_registrations_controller.rb index 887d0ce1..9caefd10 100644 --- a/app/controllers/conference_registrations_controller.rb +++ b/app/controllers/conference_registrations_controller.rb @@ -108,7 +108,7 @@ class ConferenceRegistrationsController < ApplicationController end def registration_params - params.require(:registration) + params.permit(:registration) .permit( :conference_id, :volunteer, :accepted_code_of_conduct,