show redis connection
This commit is contained in:
parent
4da9425480
commit
e0bdbef281
1 changed files with 3 additions and 0 deletions
|
|
@ -97,6 +97,9 @@
|
||||||
%header{:class=>('landing' unless current_user)}
|
%header{:class=>('landing' unless current_user)}
|
||||||
= render 'layouts/header'
|
= render 'layouts/header'
|
||||||
|
|
||||||
|
%h3
|
||||||
|
= Resque.redis.inspect
|
||||||
|
|
||||||
.container{:style=> "#{yield(:break_the_mold)}"}
|
.container{:style=> "#{yield(:break_the_mold)}"}
|
||||||
.span-24.last{:style=> "#{yield(:break_the_mold)}"}
|
.span-24.last{:style=> "#{yield(:break_the_mold)}"}
|
||||||
= yield
|
= yield
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue