From 821fc4b03479a193b055c91b8a655d226bc46c17 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 5 Jun 2015 14:00:21 -0400 Subject: Add Profiles::PreferencesController --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index f4a104664f3..9b1a746f548 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -222,6 +222,7 @@ Gitlab::Application.routes.draw do put :reset end end + resource :preferences, only: [:show, :update] resources :keys resources :emails, only: [:index, :create, :destroy] resource :avatar, only: [:destroy] -- cgit v1.2.3