gitosis error handle

This commit is contained in:
gitlabhq 2011-10-10 00:15:28 +03:00
parent d7ea9052f1
commit ec9e54ea94
7 changed files with 50 additions and 8 deletions

View file

@ -10,6 +10,7 @@ Gitlab::Application.routes.draw do
root :to => "users#index"
end
get "errors/gitosis"
get "profile/password", :to => "profile#password"
put "profile/password", :to => "profile#password_update"
get "profile", :to => "profile#show"