From fce1428d1055eeed98af56be5ae7e8de84c08edf Mon Sep 17 00:00:00 2001 From: Aleksei Kvitinskii Date: Thu, 20 Oct 2011 01:34:05 +0300 Subject: extended user profile with social fields --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 9ee3f0d06fc..8a40a8fef89 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,6 +13,7 @@ Gitlab::Application.routes.draw do get "errors/gitosis" get "profile/password", :to => "profile#password" put "profile/password", :to => "profile#password_update" + put "profile/edit", :to => "profile#social_update" get "profile", :to => "profile#show" #get "profile/:id", :to => "profile#show" -- cgit v1.2.3