summaryrefslogtreecommitdiff
path: root/app/models/user_callout.rb
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-09-13 16:01:33 +0100
committerLuke Bennett <lbennett@gitlab.com>2018-09-24 11:43:20 +0100
commit8c4399e530e8560321ab805bce426c99fb104d84 (patch)
treea8172a20b7b0fcab654343619b7f0cb365f7acfb /app/models/user_callout.rb
parent76bc9eefbbbfd697e6ae1c6bef35524e2eca5783 (diff)
downloadgitlab-ce-8c4399e530e8560321ab805bce426c99fb104d84.tar.gz
Lint
Diffstat (limited to 'app/models/user_callout.rb')
-rw-r--r--app/models/user_callout.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/user_callout.rb b/app/models/user_callout.rb
index 15a2155b0c5..2c0e8659fc1 100644
--- a/app/models/user_callout.rb
+++ b/app/models/user_callout.rb
@@ -6,7 +6,8 @@ class UserCallout < ActiveRecord::Base
enum feature_name: {
gke_cluster_integration: 1,
gcp_signup_offer: 2,
- gold_trial: 3
+ cluster_security_warning: 3,
+ gold_trial: 4
}
validates :user, presence: true