Add ability to Search issues
This commit is contained in:
parent
86021a7dc3
commit
5b284f6adf
7 changed files with 61 additions and 11 deletions
|
@ -47,6 +47,9 @@ Gitlab::Application.routes.draw do
|
|||
collection do
|
||||
post :sort
|
||||
end
|
||||
collection do
|
||||
get :search
|
||||
end
|
||||
end
|
||||
resources :notes, :only => [:create, :destroy]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue