From 5e1b0c452e46cb60e724a3da465befa0ddc95a62 Mon Sep 17 00:00:00 2001 From: Stephen Hulme Date: Wed, 24 Jan 2024 17:17:06 +0000 Subject: [PATCH] docs: fix old comment --- app/controllers/pipelines_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/pipelines_controller.rb b/app/controllers/pipelines_controller.rb index 827b618bf..914a31db1 100644 --- a/app/controllers/pipelines_controller.rb +++ b/app/controllers/pipelines_controller.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Provides an overview of the pipelines auto-generated from the configuration -# Currently still very quick and dirty +# Tailored to the needs of the pipeline graph class PipelinesController < ApplicationController before_action :configure_api, except: :index def index