add axes, categories and subjects to admin panel

This commit is contained in:
João Geonizeli
2022-07-21 10:05:57 -03:00
parent 9c5b53679d
commit ed1ed73ed7
4 changed files with 10 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ ActiveAdmin.setup do |config|
# config.comments_order = 'created_at ASC'
#
# You can disable the menu item for the comments index page:
# config.comments_menu = false
config.comments_menu = false
#
# You can customize the comment menu:
# config.comments_menu = { parent: 'Admin', priority: 1 }