2 3 4 5
# File 'app/controllers/c2/reporter/app_controller.rb', line 2 def show @reports = C2::Reporter.reports @reports.each(&:refresh) end