aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinhui2016-10-26 14:48:17 +0200
committerXinhui2016-10-26 14:48:17 +0200
commit0e27dd0d867b8d17e114343911aa0ba381d71dc5 (patch)
tree2a62e1e651f5db15dc435e612b4f27c759eb5cb6
parent4e9215c718e81921cbcfe1a78cf8542b5ecb4aa3 (diff)
downloadchouette-core-0e27dd0d867b8d17e114343911aa0ba381d71dc5.tar.bz2
Enable sidekiq ui for debuging
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4b4411ea5..842efda84 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -9,6 +9,7 @@ ChouetteIhm::Application.routes.draw do
devise_scope :user do
authenticated :user do
+ mount Sidekiq::Web => '/sidekiq'
root :to => 'referentials#index', as: :authenticated_root
end