From d08803d17ae96ba5807ac9ea2df7b69bd7bf0ce2 Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Thu, 4 Apr 2024 12:50:56 +0200 Subject: [PATCH] add cron UI --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 6939fb529..bc65dfb59 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,5 @@ require 'sidekiq/web' +require 'sidekiq/cron/web' Rails.application.routes.draw do # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html