first step to add question in experts avis

This commit is contained in:
Lisa Durand 2023-03-06 11:05:14 +01:00
parent bb442ccfe3
commit a4a99a72ec
15 changed files with 115 additions and 42 deletions

View file

@ -179,7 +179,7 @@ module Experts
end
def avis_params
params.require(:avis).permit(:answer, :piece_justificative_file)
params.require(:avis).permit(:answer, :piece_justificative_file, :question_answer)
end
def commentaire_params