class ActiveAdmin::MenuCollection

def initialize

def initialize
  @menus = {}
  @build_callbacks = []
  @built = false
end