Completa UI e test del form contatti.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-20 15:39:11 +02:00
co-authored by Cursor
parent eadfc29da3
commit 43d5003de8
6 changed files with 270 additions and 3 deletions
@@ -7,7 +7,7 @@ module Public
def create
result = Contacts::SubmitInquiry.call(params: inquiry_params, ip: request.remote_ip)
if result.ok?
if result.ok
redirect_to public_contatti_path, notice: t("flash.contacts.sent")
return
end