Merge branch 'fix/group_link_route' of /home/git/repositories/gitlab/gitlab-ee

This commit is contained in:
Dmitriy Zaporozhets
2013-10-07 13:57:41 +00:00
+1 -1
View File
@@ -293,7 +293,7 @@ Gitlab::Application.routes.draw do
end
end
resources :group_links, only: [:index, :create, :destroy]
resources :group_links, only: [:index, :create, :destroy], constraints: {id: /\d+/}
resources :notes, only: [:index, :create, :destroy, :update], constraints: {id: /\d+/} do
member do