module Project
  class ProjectHighlightsPage < BasePage
    # temporary page
    page_url "/project/<%=params[:project_id]%>/highlights"
  end
end
