From 841c00853e69d773f6df0a3199c0f0a05f1cfd6c Mon Sep 17 00:00:00 2001 From: NVMakarenko Date: Sat, 2 Nov 2024 20:34:15 +0200 Subject: [PATCH] fix rubocop --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index cbcd1faf8..032254e84 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -9,7 +9,7 @@ mount Sidekiq::Web => "/sidekiq" devise_for :users, only: :omniauth_callbacks, - controllers: { omniauth_callbacks: + controllers: { omniauth_callbacks: "users/omniauth_callbacks" } get "/", to: "application#redirection", as: :root_redirection