class ActiveAdmin::DSL

def menu(options = {})

navigation of the menu.
Set the options that are available for the item that will be placed in the global
def menu(options = {})
  config.menu_item_options = options
end