Added Resque as a dependency
This commit is contained in:
parent
2677bc3acb
commit
1c9b9b7a3b
4 changed files with 23 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
Gitlab::Application.routes.draw do
|
||||
|
||||
# Optionally, enable Resque here
|
||||
# require 'resque/server'
|
||||
# mount Resque::Server.new, at: '/info/resque'
|
||||
|
||||
get 'tags'=> 'tags#index'
|
||||
get 'tags/:tag' => 'projects#index'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue