HACK: allow the registration page to work
This commit is contained in:
parent
dbeebe50c1
commit
e59d69a038
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue