From 8d1de668dceaaaff186a81cc2fdf5779e2f28df2 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Tue, 23 Jul 2024 09:54:40 +0100 Subject: [PATCH] fix FE slug sequence --- app/models/journeys/further_education_payments/slug_sequence.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/journeys/further_education_payments/slug_sequence.rb b/app/models/journeys/further_education_payments/slug_sequence.rb index 6c3c4512d2..99a0ac9ced 100644 --- a/app/models/journeys/further_education_payments/slug_sequence.rb +++ b/app/models/journeys/further_education_payments/slug_sequence.rb @@ -94,7 +94,7 @@ def slugs end if answers.subjects_taught.exclude?("building_construction") - sequence.delete("building-and-construction-courses") + sequence.delete("building-construction-courses") end if answers.subjects_taught.exclude?("chemistry")