diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-13 18:24:15 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-13 18:24:15 +0200 |
| commit | 5f34759ecb630ef410fe1025cf19e37f1dd4615f (patch) | |
| tree | 1f60ae948caad68dc50092e2e790633b6a697bc0 /app/controllers/profiles | |
| parent | 4f0455c96bc918040de25e03f1a0ff39d9517dc6 (diff) | |
| download | gitlab-ce-5f34759ecb630ef410fe1025cf19e37f1dd4615f.tar.gz | |
Allow user to specify content he wants to see on project pageproject-default-view
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/controllers/profiles')
| -rw-r--r-- | app/controllers/profiles/preferences_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/profiles/preferences_controller.rb b/app/controllers/profiles/preferences_controller.rb index 538b09ca54d..f83b4abd1e2 100644 --- a/app/controllers/profiles/preferences_controller.rb +++ b/app/controllers/profiles/preferences_controller.rb @@ -32,6 +32,7 @@ class Profiles::PreferencesController < Profiles::ApplicationController params.require(:user).permit( :color_scheme_id, :dashboard, + :project_view, :theme_id ) end |
