Cosmetics
Some checks failed
/ Run tests (push) Failing after 1m13s
/ Run system tests (push) Failing after 1m15s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-01 00:50:15 +01:00
parent 729ed13521
commit 6db0b64f4c
7 changed files with 27 additions and 13 deletions

View file

@ -57,6 +57,7 @@ class ChecklistsController < ApplicationController
# Only allow a list of trusted parameters through.
def checklist_params
params.require(:checklist).permit(:code, :name, :description, :description_html,
check_ids: [],
checklist_entries_attributes: %i[id check_id position _destroy])
end
end