From 4d942258e4f1e135d238a2cdc35d0899fc5d2d7e Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Fri, 16 Nov 2018 10:32:30 -0500 Subject: [PATCH] updating category slug order --- app/models/category.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/category.rb b/app/models/category.rb index 4770df35..b4e0d9fa 100644 --- a/app/models/category.rb +++ b/app/models/category.rb @@ -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