#render, #render_bare
5 6 7
# File 'lib/city_watch/commander/home.rb', line 5 def call(env) [200,{"Content-Type" => "text/html"},[render("home")]] end
9 10 11
# File 'lib/city_watch/commander/home.rb', line 9 def servers Reader.servers end