diff options
| author | Xinhui | 2016-10-26 14:48:17 +0200 |
|---|---|---|
| committer | Xinhui | 2016-10-26 14:48:17 +0200 |
| commit | 0e27dd0d867b8d17e114343911aa0ba381d71dc5 (patch) | |
| tree | 2a62e1e651f5db15dc435e612b4f27c759eb5cb6 | |
| parent | 4e9215c718e81921cbcfe1a78cf8542b5ecb4aa3 (diff) | |
| download | chouette-core-0e27dd0d867b8d17e114343911aa0ba381d71dc5.tar.bz2 | |
Enable sidekiq ui for debuging
| -rw-r--r-- | config/routes.rb | 1 |
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 |
