summaryrefslogtreecommitdiff
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-27 18:58:56 +0200
committerRémy Coutable <remy@rymai.me>2017-06-27 18:59:51 +0200
commit5fa9d6a17dac86e9976946ded7857e1392403136 (patch)
tree842b40fb6948b5ba444d9b526554393cede3ba2a /app/models/user.rb
parentb4d325c80c63ee9ee2676a57a42fac472b5b20d5 (diff)
downloadgitlab-ce-5fa9d6a17dac86e9976946ded7857e1392403136.tar.gz
Rename FLippable to FeatureGate and make `flipper_group` and `user` mutually exclusive
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index bcce260ab08..e08096284ef 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -11,7 +11,7 @@ class User < ActiveRecord::Base
include CaseSensitivity
include TokenAuthenticatable
include IgnorableColumn
- include Flippable
+ include FeatureGate
DEFAULT_NOTIFICATION_LEVEL = :participating