0
0
Fork 0

Add pghero for analyzing postgres performance in production

This commit is contained in:
Eugen Rochko 2016-11-04 18:35:04 +01:00
parent 4ea13d8dc9
commit 6471a548fe
3 changed files with 5 additions and 0 deletions

View file

@ -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