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
|
||||
|
||||
def registration_params
|
||||
params.require(:registration)
|
||||
params.permit(:registration)
|
||||
.permit(
|
||||
:conference_id,
|
||||
:volunteer, :accepted_code_of_conduct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue