aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin_public_body_category_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/admin_public_body_category_controller.rb b/app/controllers/admin_public_body_category_controller.rb
index c4f342ddb..0fece725e 100644
--- a/app/controllers/admin_public_body_category_controller.rb
+++ b/app/controllers/admin_public_body_category_controller.rb
@@ -2,6 +2,7 @@ class AdminPublicBodyCategoryController < AdminController
def index
@locale = self.locale_from_params
@category_headings = PublicBodyHeading.all
+ @without_heading = PublicBodyCategory.without_headings
end
def new