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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 18:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 18:11:57 +0300
commit5ff5438a0674c1e8217f78d2000c61c9d550c503 (patch)
tree087474c8b10d24282e30087e1048a32f4591b79d /app/models/ml.rb
parent458b945df3652f3f42f3665ea2e39e745c8b05c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/ml.rb')
-rw-r--r--app/models/ml.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/models/ml.rb b/app/models/ml.rb
new file mode 100644
index 00000000000..e426ce851eb
--- /dev/null
+++ b/app/models/ml.rb
@@ -0,0 +1,6 @@
+# frozen_string_literal: true
+module Ml
+ def self.table_name_prefix
+ 'ml_'
+ end
+end