Sha256: a4dfbb43157f9ef45c834ea11038adf3ebd98da4b82a3d52b2469aeef8aa6036
Contents?: true
Size: 316 Bytes
Versions: 2
Compression:
Stored size: 316 Bytes
Contents
module RedisMonitor module Controllers class InfoController < BaseController include RedisMonitor::Helpers::LayoutsHelper SECTION = 'info' def index(params={}) haml 'info/info'.to_sym, layout: main_layout, locals: {info: Backend.info, section: SECTION} end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.0.6 | lib/controllers/info_controller.rb |
redis_monitor-0.0.5 | lib/controllers/info_controller.rb |