module ActiveAdmin::Resource::Menu

def menu(options = {})

call #menu(false)
Set the menu options. To not add this resource to the menu, just
def menu(options = {})
  options = options == false ? { :display => false } : options
  @menu_options = options
end