diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-14 19:13:25 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-09-14 19:13:25 +0300 |
commit | dc37c8aaae29f2340ba3fd0bcda08c937010abde (patch) | |
tree | d047baebdcf824b33e3da3deacff38902b3fb4df /config | |
parent | 8f9a450eedc5b5fc13e24788ab67f2de928dd83a (diff) | |
download | gitlab-ce-dc37c8aaae29f2340ba3fd0bcda08c937010abde.tar.gz |
Refactored profile area
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index ed5eac0ddd0..84a0c6ab170 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -63,7 +63,8 @@ Gitlab::Application.routes.draw do # # Profile Area # - get "profile/password", :to => "profile#password" + get "profile/account", :to => "profile#account" + get "profile/history", :to => "profile#history" put "profile/password", :to => "profile#password_update" get "profile/token", :to => "profile#token" put "profile/reset_private_token", :to => "profile#reset_private_token" |