summaryrefslogtreecommitdiff
path: root/app/models/commit_with_pipeline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit_with_pipeline.rb')
-rw-r--r--app/models/commit_with_pipeline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit_with_pipeline.rb b/app/models/commit_with_pipeline.rb
index f382ae8f55a..7f952fb77a0 100644
--- a/app/models/commit_with_pipeline.rb
+++ b/app/models/commit_with_pipeline.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-class CommitWithPipeline < SimpleDelegator
+class Ci::CommitWithPipeline < SimpleDelegator
include Presentable
def initialize(commit)