|
|
|
@ -353,4 +353,8 @@ 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_2026_or_later? |
|
|
|
|
|
|
|
start_date && start_date.year >= 2026 |
|
|
|
|
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|