Sha256: 6bf6cb372717379b7b5d985111375db4160e65f653786dc24a7d35e6f2446d51
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
module RedisMonitor module Controllers class InfoController < BaseController include RedisMonitor::Helpers::LayoutsHelper def index haml 'info/info'.to_sym, layout: main_layout, locals: {info: Backend.info} end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis_monitor-0.0.3 | lib/controllers/info_controller.rb |