Improve error message when does not match in completed form

This commit is contained in:
Alex Turchyn
2025-05-24 11:25:49 +03:00
committed by GitHub
parent 8bc13a5900
commit a3bd37c9a2
5 changed files with 74 additions and 17 deletions
@@ -1,6 +1,7 @@
# frozen_string_literal: true
class SubmissionsPreviewController < ApplicationController
around_action :with_browser_locale
skip_before_action :authenticate_user!
skip_authorization_check