diff --git a/app/models/form.rb b/app/models/form.rb index 0f3b1846c..ce77378ca 100644 --- a/app/models/form.rb +++ b/app/models/form.rb @@ -341,7 +341,4 @@ class Form def start_year_2025_or_later? start_date && start_date.year >= 2025 end - def start_year_after_2024? - start_date && start_date.year > 2024 - end end