From c58c1bb813039831d011569f2e9f26b2e2a23481 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 25 May 2024 09:35:10 +0200 Subject: [PATCH] jobs -> background --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index aac545e32..c7def88b8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -13,7 +13,7 @@ Rails.application.routes.draw do end authenticated :user, -> user { user.server_admin? } do - mount GoodJob::Engine => 'jobs' + mount GoodJob::Engine => 'background' end devise_for :users, controllers: { -- GitLab