Update params in booth controller
This commit is contained in:
parent
76adb3dc51
commit
c7ed538ba8
2 changed files with 2 additions and 2 deletions
|
|
@ -98,6 +98,6 @@ class BoothsController < ApplicationController
|
|||
def booth_params
|
||||
params.require(:booth).permit(:title, :description, :reasoning, :state, :picture, :conference_id,
|
||||
:created_at, :updated_at, :submitter_relationship, :website_url, :invite_responsible,
|
||||
responsible_ids: [])
|
||||
:email, :accepted_code_of_conduct, :special_requirements, responsible_ids: [])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue