class PageSerializer < ActiveModel::Serializer
  attributes :url, :name
  has_many :child_page
end