Skip to content

Commit

Permalink
Add rejection reason
Browse files Browse the repository at this point in the history
new reason `unable to complete school checks` added
  • Loading branch information
fumimowdan committed Oct 9, 2023
1 parent 87025bc commit 614edc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/application_progress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +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,
}

before_save -> { self.status = StatusQuery.new(self).current_status }
Expand Down

0 comments on commit 614edc1

Please sign in to comment.