def order
      chapter = Chapter.find(params[:chapter_id])
      entry = DraftEntry.new(chapter.entry)

      authorize!(:edit_outline, entry.to_model)