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
def registration_params
params.require(:registration)
params.permit(:registration)
.permit(
:conference_id,
:volunteer, :accepted_code_of_conduct,