summaryrefslogtreecommitdiff
path: root/app/models/concerns/ci/has_ref.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/concerns/ci/has_ref.rb')
-rw-r--r--app/models/concerns/ci/has_ref.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/ci/has_ref.rb b/app/models/concerns/ci/has_ref.rb
index cf57ff47743..e2d459ea70e 100644
--- a/app/models/concerns/ci/has_ref.rb
+++ b/app/models/concerns/ci/has_ref.rb
@@ -2,7 +2,7 @@
##
# We will disable `ref` and `sha` attributes in `Ci::Build` in the future
-# and remove this module in favor of Ci::PipelineDelegator.
+# and remove this module in favor of Ci::Processable.
module Ci
module HasRef
extend ActiveSupport::Concern