1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

[Webui] Add back button

This commit is contained in:
Abdelkader Boudih 2014-08-01 23:40:42 +00:00
parent 6452f6295e
commit 8f0bdd065d
8 changed files with 77 additions and 63 deletions

View file

@ -1,5 +1,3 @@
require 'sidekiq/web'
Myapp::Application.routes.draw do
mount Sidekiq::Web => '/sidekiq'
get "work" => "work#index"