Class: C2::Reporter::AppController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- C2::Reporter::AppController
- Defined in:
- app/controllers/c2/reporter/app_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
2 3 4 5 |
# File 'app/controllers/c2/reporter/app_controller.rb', line 2 def show @reports = C2::Reporter.reports @reports.each(&:refresh) end |