mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Upgrade to Rails 5.2 skeleton
This commit is contained in:
parent
28dcf550bb
commit
9f12a77bb1
21 changed files with 176 additions and 98 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Myapp::Application.routes.draw do
|
||||
Rails.application.routes.draw do
|
||||
mount Sidekiq::Web => '/sidekiq'
|
||||
get "work" => "work#index"
|
||||
get "work/email" => "work#email"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue