summaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-26 11:08:48 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-26 11:08:48 +0100
commitea8bd204e3c6fe297cdea07ee0ac8e1e8daf87c1 (patch)
tree347780b5963b0d7983ceee6389652d2dd35b1dd6 /app/models
parentc44de4f21ee6db857f0c6f086f7a3ce649d1c50c (diff)
parentc3a98d8fcc2f9f7a0ce8816c8cf9dbebe58e64e9 (diff)
downloadgitlab-ce-ea8bd204e3c6fe297cdea07ee0ac8e1e8daf87c1.tar.gz
Merge branch 'feature--preferences-dashboard-groups' of https://gitlab.com/eliasw/gitlab-ce
Diffstat (limited to 'app/models')
-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 9c315cfe966..128ddc2a694 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -184,7 +184,7 @@ class User < ActiveRecord::Base
# User's Dashboard preference
# Note: When adding an option, it MUST go on the end of the array.
- enum dashboard: [:projects, :stars, :project_activity, :starred_project_activity]
+ enum dashboard: [:projects, :stars, :project_activity, :starred_project_activity, :groups, :todos]
# User's Project preference
# Note: When adding an option, it MUST go on the end of the array.