Reputation: 269
The ActiveAdmin Docs mention the following Syntax to nest submenus:
# https://activeadmin.info/2-resource-customization.html#customize-the-menu
ActiveAdmin.register Post do
menu parent: ["Admin", "Blog"]
end
However I'm getting a TypeError:
Array isn't supported as a Menu ID
Any clue?
Upvotes: 2
Views: 1040