From 6471a548feadf34d65fb96660f958bf808331c8f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 4 Nov 2016 18:35:04 +0100 Subject: Add pghero for analyzing postgres performance in production --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 8f9f73705..4921d55f0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,6 +5,7 @@ Rails.application.routes.draw do authenticate :user, lambda { |u| u.admin? } do mount Sidekiq::Web => '/sidekiq' + mount PgHero::Engine, at: 'pghero' end use_doorkeeper do -- cgit