2

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?

1 Answer 1

3

This feature was only just added so you probably need to use master if you want it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.