aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorXinhui2016-10-13 10:26:15 +0200
committerXinhui2016-10-13 10:26:15 +0200
commitf7029aa64acd928ba47f85cb33e76aad1b4bc6bc (patch)
treeed0c301823bfb8b70217aab78a85e5249ad86511 /config/routes.rb
parentd66abf8f9b58ddeeabc4e53e8ed1fd382b9f1907 (diff)
downloadchouette-core-f7029aa64acd928ba47f85cb33e76aad1b4bc6bc.tar.bz2
Remove sidkiq web-ui && delete link for companies
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
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