Skip to content

Commit

Permalink
Update app/services/application_state_change.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Martinez <[email protected]>
  • Loading branch information
stevehook and carlosmartinez authored Oct 12, 2023
1 parent 1be3d83 commit 2ce4866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/application_state_change.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def initialize(application_choice)

state :pending_conditions do
event :confirm_conditions_met, transitions_to: :recruited
event :confirm_non_ske_conditions_met, transitions_to: :recruited
event :recruit_with_pending_conditions, transitions_to: :recruited
event :conditions_not_met, transitions_to: :conditions_not_met
event :withdraw, transitions_to: :withdrawn
event :defer_offer, transitions_to: :offer_deferred
Expand Down

0 comments on commit 2ce4866

Please sign in to comment.