Class: Krikri::ReportListsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Krikri::ReportListsController
- Defined in:
- app/controllers/krikri/report_lists_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/krikri/report_lists_controller.rb', line 5 def index @validation_report_list = Krikri::ValidationReportList.new.report_list end |