module ActiveAdmin::Menu::MenuNode

def include?(item)

Whether any children match the given item.
def include?(item)
  @children.values.include? item
end