From e0bdbef2811027c611bcb91e404dc1a73e08d2d4 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 30 Aug 2011 18:03:02 -0700 Subject: [PATCH] show redis connection --- app/views/layouts/application.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 6d6e22632..6613909a4 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -97,6 +97,9 @@ %header{:class=>('landing' unless current_user)} = render 'layouts/header' + %h3 + = Resque.redis.inspect + .container{:style=> "#{yield(:break_the_mold)}"} .span-24.last{:style=> "#{yield(:break_the_mold)}"} = yield