summaryrefslogtreecommitdiff
path: root/app/models/ci/variable.rb
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2019-02-27 01:22:51 +0100
committerMatija Čupić <matteeyah@gmail.com>2019-02-27 12:52:53 +0100
commit316889cb4789e8a4a43bf0c79a4269643a97c336 (patch)
tree30cae54941b0a3d8bb405d19bb2076d4d5c09cf4 /app/models/ci/variable.rb
parentda8fce1f04e169837ec3526617464836f741e276 (diff)
downloadgitlab-ce-316889cb4789e8a4a43bf0c79a4269643a97c336.tar.gz
Revert "Merge branch 'revert-8baf9e5f' into 'master'"
This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
Diffstat (limited to 'app/models/ci/variable.rb')
-rw-r--r--app/models/ci/variable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ci/variable.rb b/app/models/ci/variable.rb
index 524d79014f8..64836ea4fa4 100644
--- a/app/models/ci/variable.rb
+++ b/app/models/ci/variable.rb
@@ -5,6 +5,7 @@ module Ci
extend Gitlab::Ci::Model
include HasVariable
include Presentable
+ include Maskable
belongs_to :project