summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 11:43:22 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-01 11:43:22 -0500
commitf0b877904703b9e22ffd4556a1872b0a20f55d36 (patch)
treeca0eff35ca4633430f4e658d2dc39718b70b93dc /app/controllers/users_controller.rb
parent10eb6d3cd7c9777d38558017073997d3b5be1c98 (diff)
downloadgitlab-ce-f0b877904703b9e22ffd4556a1872b0a20f55d36.tar.gz
Make url and actions to be the same name
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index a1ab9936535..eae19214bf5 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -31,7 +31,7 @@ class UsersController < ApplicationController
end
end
- def user_projects
+ def projects
load_projects
respond_to do |format|
@@ -44,7 +44,7 @@ class UsersController < ApplicationController
end
end
- def user_contributed_projects
+ def contributed
load_contributed_projects
respond_to do |format|