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/label_link.rb')
-rw-r--r--app/models/label_link.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/label_link.rb b/app/models/label_link.rb
index d326b07ad31..0c2d205c641 100644
--- a/app/models/label_link.rb
+++ b/app/models/label_link.rb
@@ -24,3 +24,5 @@ class LabelLink < ApplicationRecord
relation
end
end
+
+LabelLink.prepend_mod_with('LabelLink')