Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/ci/pipeline_chat_data.rb')
-rw-r--r--app/models/ci/pipeline_chat_data.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/models/ci/pipeline_chat_data.rb b/app/models/ci/pipeline_chat_data.rb
index 65466a8c6f8..ba20c993e36 100644
--- a/app/models/ci/pipeline_chat_data.rb
+++ b/app/models/ci/pipeline_chat_data.rb
@@ -1,7 +1,9 @@
# frozen_string_literal: true
module Ci
- class PipelineChatData < ApplicationRecord
+ class PipelineChatData < Ci::ApplicationRecord
+ include Ci::NamespacedModelName
+
self.table_name = 'ci_pipeline_chat_data'
belongs_to :chat_name