- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.3k
Closed
Description
It would be nice to have support for a mulit-level menu. In the following scenario, it would be nice to see "Test3" show up as a sub menu under "Test2" rather than create a new top level menu item.
ActiveAdmin.register Test1 do
end
ActiveAdmin.register Test2 do
  menu :parent => "Test1"
end
ActiveAdmin.register Test3 do
  menu :parent => "Test2"
endFivell, pioz, mrjusepelo, knagode, kwent and 1 more
Metadata
Metadata
Assignees
Labels
No labels