summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-15 17:49:28 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:10:26 -0200
commit77d7910b8b4497dc52a80f8a35b765c978d547a4 (patch)
tree1830a4bfd7f99dcc6f640a1d105717359d956797 /config
parentc8f2d18abde050c3b6d15ee32c99495c77b2a222 (diff)
downloadgitlab-ce-77d7910b8b4497dc52a80f8a35b765c978d547a4.tar.gz
Allow user to mark each task as done manually
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 17c0bb22a8c..0b263933fba 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -333,7 +333,7 @@ Rails.application.routes.draw do
resources :groups, only: [:index]
resources :snippets, only: [:index]
- resources :tasks, only: [:index]
+ resources :tasks, only: [:index, :destroy]
resources :projects, only: [:index] do
collection do