1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Added delayed_job_web gem for easier insight into jobs queues

This commit is contained in:
2019-01-07 19:52:52 +00:00
parent ba1be7fea7
commit aaf21d6e92
3 changed files with 18 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ Wrestling::Application.routes.draw do
get "/api/index" => "api#index"
post "/api/tournaments/new" => "newTournament"
match "/delayed_job" => DelayedJobWeb, :anchor => false, :via => [:get, :post]
# Example of regular route:
# get 'products/:id' => 'catalog#view'