class Page

def child_path(child)

def child_path(child)
  clean_path(path + '/' + child.slug)
end