From 042c6d7cde9a6f5766f6d4132f6174f79406f7be Mon Sep 17 00:00:00 2001 From: fumimowdan Date: Tue, 10 Oct 2023 16:25:52 +0100 Subject: [PATCH] Fix typo --- app/models/application_progress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/application_progress.rb b/app/models/application_progress.rb index f9763ccd..fe464b07 100644 --- a/app/models/application_progress.rb +++ b/app/models/application_progress.rb @@ -44,7 +44,7 @@ class ApplicationProgress < ApplicationRecord standing_data_checks_failed: 5, no_longer_in_post: 6, request_to_re_submit: 7, - unable_complete_school_checks: 8, + school_checks_unverifiable: 8, } before_save -> { self.status = StatusQuery.new(self).current_status }