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

client api refactoring

This commit is contained in:
Mike Perham 2013-03-24 17:42:43 -07:00
parent 7a35caf276
commit 9360c01aad
7 changed files with 148 additions and 138 deletions

View file

@ -7,4 +7,5 @@ Myapp::Application.routes.draw do
get "work/post" => "work#delayed_post"
get "work/long" => "work#long"
get "work/crash" => "work#crash"
get "work/bulk" => "work#bulk"
end