module ActiveAdmin::Resource::Menu

def parent_menu_item_name

Returns the name to put this resource under in the menu
def parent_menu_item_name
  menu_options[:parent]
end