HACK: allow the registration page to work

This commit is contained in:
Michael Ball 2020-01-07 00:42:20 -08:00
parent dbeebe50c1
commit e59d69a038

View file

@ -108,7 +108,7 @@ class ConferenceRegistrationsController < ApplicationController
end end
def registration_params def registration_params
params.require(:registration) params.permit(:registration)
.permit( .permit(
:conference_id, :conference_id,
:volunteer, :accepted_code_of_conduct, :volunteer, :accepted_code_of_conduct,