move notes login to one controller

This commit is contained in:
Dmitriy Zaporozhets 2012-02-24 09:16:06 +02:00
parent 81092c0198
commit 215a01f63c
15 changed files with 55 additions and 46 deletions

View file

@ -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