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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-03-02 17:00:00 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-03-02 17:00:00 +0300
commiteb2966fadd10428d04fadf3d4f673b55f94c1c3a (patch)
treec0c8ef79d8772dbe0018ba1e35a63ffc01dbecda /app/models/ci/bridge.rb
parentdc7d0249d5c172c3c3befda55ccca9b6f2d0203f (diff)
Move ref slug helper to HasRef module
Diffstat (limited to 'app/models/ci/bridge.rb')
-rw-r--r--app/models/ci/bridge.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ci/bridge.rb b/app/models/ci/bridge.rb
index 5450d40ea95..f570403615b 100644
--- a/app/models/ci/bridge.rb
+++ b/app/models/ci/bridge.rb
@@ -5,6 +5,7 @@ module Ci
include Ci::Processable
include Importable
include AfterCommitQueue
+ include HasRef
include Gitlab::Utils::StrongMemoize
belongs_to :project