diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-09 08:50:18 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-14 08:36:07 +0100 |
commit | 330e91368195e182cbfa9b41a1d5304f67d07334 (patch) | |
tree | de53a6907df8a965929f513ca5e54bcb7d97ffc0 /config | |
parent | 20d382a891d92197620eb4e72526577a916292d7 (diff) | |
download | gitlab-ce-330e91368195e182cbfa9b41a1d5304f67d07334.tar.gz |
Uses update URL to update the status of a todo
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index ef198a5e87a..93dd3c938d0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -789,7 +789,7 @@ Rails.application.routes.draw do end end - resources :todos, only: [:create], constraints: { id: /\d+/ } + resources :todos, only: [:create, :update], constraints: { id: /\d+/ } resources :uploads, only: [:create] do collection do |