From b87f492b3297e4f67cf1da374bbb40c7128c8dd0 Mon Sep 17 00:00:00 2001 From: Elliot Anders Date: Thu, 5 Dec 2024 16:31:16 -0500 Subject: [PATCH] Fix for incomplete range --- app/models/concerns/tc_hat_calculations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/concerns/tc_hat_calculations.rb b/app/models/concerns/tc_hat_calculations.rb index 0922baf5b..c4b05a112 100644 --- a/app/models/concerns/tc_hat_calculations.rb +++ b/app/models/concerns/tc_hat_calculations.rb @@ -84,7 +84,7 @@ def date_of_birth label: '60 - 61', }, '62' => { - range: 62.., + range: 62..90, label: '62 or older', }, }