fix: Correctly navigate the user to the latest academic year when no data exists for the school

mciea-main
Nelson Jovel 2 years ago
parent ee5e53f992
commit 32b05487a1

@ -52,6 +52,6 @@ class HomeController < ApplicationController
end end
end end
academic_year.range || AcademicYear.order("range DESC").first.range academic_year&.range || AcademicYear.order("range DESC").first.range
end end
end end

Loading…
Cancel
Save