From f7029aa64acd928ba47f85cb33e76aad1b4bc6bc Mon Sep 17 00:00:00 2001 From: Xinhui Date: Thu, 13 Oct 2016 10:26:15 +0200 Subject: Remove sidkiq web-ui && delete link for companies --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 196e73997..4b4411ea5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,7 +10,6 @@ ChouetteIhm::Application.routes.draw do devise_scope :user do authenticated :user do root :to => 'referentials#index', as: :authenticated_root - mount Sidekiq::Web => '/sidekiq' end unauthenticated :user do -- cgit v1.2.3