Class: C2::Reporter::AppController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/c2/reporter/app_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



2
3
4
5
# File 'app/controllers/c2/reporter/app_controller.rb', line 2

def show
  @reports = C2::Reporter.reports
  @reports.each(&:refresh)
end