updating category slug order

This commit is contained in:
Jared Cosulich 2018-11-16 10:32:30 -05:00
parent 987139be23
commit 4d942258e4

View file

@ -30,7 +30,7 @@ class Category < ApplicationRecord
"school-culture",
"resources",
"academic-learning",
"citizenship-and-wellbeing",
"community-and-wellbeing",
"pilot-family-questions"
].index(root_identifier) || 0
end