Class: QaServer::AuthorityListController
- Inherits:
-
AuthorityValidationController
- Object
- ApplicationController
- AuthorityValidationController
- QaServer::AuthorityListController
- Defined in:
- app/controllers/qa_server/authority_list_controller.rb
Constant Summary
Constants inherited from AuthorityValidationController
QaServer::AuthorityValidationController::ALL_VALIDATIONS, QaServer::AuthorityValidationController::DEFAULT_VALIDATION_TYPE, QaServer::AuthorityValidationController::VALIDATE_ACCURACY, QaServer::AuthorityValidationController::VALIDATE_CONNECTIONS, QaServer::AuthorityValidationController::VALIDATION_TYPE_PARAM
Instance Method Summary collapse
-
#index ⇒ Object
Sets up presenter with data to display in the UI.
Instance Method Details
#index ⇒ Object
Sets up presenter with data to display in the UI
9 10 11 12 |
# File 'app/controllers/qa_server/authority_list_controller.rb', line 9 def index list() @presenter = presenter_class.new(urls_data: status_data_from_log) end |