module Workstation
  class DeliveryReportPage < Workstation::BasePage
    page_url("/releasebuilder/deliveryreport/id/<%=params[:channel_id]%>")
  end
end
