lib/city_watch/reader/server.rb in city-watch-0.6.5 vs lib/city_watch/reader/server.rb in city-watch-0.6.6

- old
+ new

@@ -39,10 +39,10 @@ def summary summaries.first end def summary_html - render "server/summary" + render_bare "server/summary" end def summaries(num=1) CityWatch.redis.zrevrange(summary_key,0,num).map {|sum| Yajl::Parser.parse(sum) } end \ No newline at end of file