summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-12 16:45:44 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-02-20 12:10:26 -0200
commit7cafa2ce923df9c034ba0b64907b4b6eb6b3c1e2 (patch)
treee5c69ddd538f291e6271c4d25db6dde02c75cf0c /config
parent41d8f5649e3c8a1e37be4608fd03153005c3fa58 (diff)
downloadgitlab-ce-7cafa2ce923df9c034ba0b64907b4b6eb6b3c1e2.tar.gz
Add tasks queue list page
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 0ed3f1731f8..17c0bb22a8c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -333,6 +333,7 @@ Rails.application.routes.draw do
resources :groups, only: [:index]
resources :snippets, only: [:index]
+ resources :tasks, only: [:index]
resources :projects, only: [:index] do
collection do