Il y avait une issue crée, je push sur une nouvelle branche
This commit is contained in:
parent
0fdd197b98
commit
93a0edcce0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class SupportController < ApplicationController
|
||||||
phone: params[:phone],
|
phone: params[:phone],
|
||||||
text: params[:text],
|
text: params[:text],
|
||||||
file: params[:file],
|
file: params[:file],
|
||||||
dossier_id: params[:dossier_id],
|
dossier_id: dossier&.id,
|
||||||
browser: browser_name,
|
browser: browser_name,
|
||||||
tags: tags
|
tags: tags
|
||||||
).send_form
|
).send_form
|
||||||
|
|
Loading…
Reference in a new issue