actually commented sidekiq route

This commit is contained in:
Devin Howard 2014-10-07 19:01:41 -04:00
parent f7f17a2908
commit c5601686c2

View file

@ -4,7 +4,8 @@ Metamaps::Application.routes.draw do
root to: 'main#home', via: :get
mount Sidekiq::Web, at: '/sidekiq'
#To debug sidekiq and monitor processes, enable this route
#mount Sidekiq::Web, at: '/sidekiq'
devise_scope :user do
get "join" => "devise/registrations#new"