about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-04 18:35:04 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-04 18:35:04 +0100
commit6471a548feadf34d65fb96660f958bf808331c8f (patch)
treee84eb124089bc8c898a1a17877bc26cb08346e43 /config/routes.rb
parent4ea13d8dc9f3c80d4ca39f382662cd0463670f77 (diff)
Add pghero for analyzing postgres performance in production
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
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