Browse Source

Remove redundant method

pull/2752/head
Manny Dinssa 8 months ago
parent
commit
c0e7b6133f
  1. 3
      app/models/form.rb

3
app/models/form.rb

@ -341,7 +341,4 @@ class Form
def start_year_2025_or_later? def start_year_2025_or_later?
start_date && start_date.year >= 2025 start_date && start_date.year >= 2025
end end
def start_year_after_2024?
start_date && start_date.year > 2024
end
end end

Loading…
Cancel
Save