class Page

def allowed_children_lookup

def allowed_children_lookup
  [default_child, *Page.descendants.sort_by(&:name)].uniq
end