fixing school category order

This commit is contained in:
Jared Cosulich 2018-07-29 10:08:04 -04:00
parent fcf15e9c2f
commit e39e32f700

View file

@ -9,6 +9,6 @@
%p No data is displayed for this school because of insufficient responses.
- else
.row
= render @school_categories.sort(&:root_index)
= render @school_categories.sort { |a, b| a.root_index <=> b.root_index }
= render "shared/performance_spectrum"