diff options
author | Luke Bennett <lbennett@gitlab.com> | 2018-09-13 16:01:33 +0100 |
---|---|---|
committer | Luke Bennett <lbennett@gitlab.com> | 2018-09-24 11:43:20 +0100 |
commit | 8c4399e530e8560321ab805bce426c99fb104d84 (patch) | |
tree | a8172a20b7b0fcab654343619b7f0cb365f7acfb /app/models/user_callout.rb | |
parent | 76bc9eefbbbfd697e6ae1c6bef35524e2eca5783 (diff) | |
download | gitlab-ce-8c4399e530e8560321ab805bce426c99fb104d84.tar.gz |
Lint
Diffstat (limited to 'app/models/user_callout.rb')
-rw-r--r-- | app/models/user_callout.rb | 3 |
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 |