Add invite responsible to form
It is added so that user can enter email ids of other users, who they want to invite to become booth responsible.
This commit is contained in:
parent
12f10c7dcd
commit
58c829571e
4 changed files with 8 additions and 2 deletions
|
|
@ -129,7 +129,8 @@ module Admin
|
|||
|
||||
def booth_params
|
||||
params.require(:booth).permit(:title, :description, :reasoning, :state, :picture, :conference_id,
|
||||
:created_at, :updated_at, :submitter_relationship, :website_url, responsible_ids: [])
|
||||
:created_at, :updated_at, :submitter_relationship, :website_url, :invite_responsible,
|
||||
responsible_ids: [])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue