Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-24 11:16:06 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-24 11:16:06 +0400
commit215a01f63ccdc085f75a48f6f7ab6f2b15b5852c (patch)
tree1329ce23a44973793a104924e2076841651b7d84 /config/routes.rb
parent81092c01984a481e312de10a28e3f1a6dda182a3 (diff)
move notes login to one controller
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 653ec089266..0f380095d39 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -121,7 +121,7 @@ Gitlab::Application.routes.draw do
get :search
end
end
- resources :notes, :only => [:create, :destroy]
+ resources :notes, :only => [:index, :create, :destroy]
end
root :to => "projects#index"
end