module ActiveAdmin::Menu::MenuNode

def []=(id, child)

def []=(id, child)
  @children[normalize_id(id)] = child
end