Class: QaServer::CheckStatusController
- Inherits:
-
AuthorityValidationController
- Object
- ApplicationController
- AuthorityValidationController
- QaServer::CheckStatusController
- Defined in:
- app/controllers/qa_server/check_status_controller.rb
Constant Summary collapse
- ALL_AUTHORITIES =
'__all__'
Constants inherited from AuthorityValidationController
AuthorityValidationController::ALL_VALIDATIONS, AuthorityValidationController::DEFAULT_VALIDATION_TYPE, AuthorityValidationController::VALIDATE_ACCURACY, AuthorityValidationController::VALIDATE_CONNECTIONS, 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
11 12 13 14 15 16 |
# File 'app/controllers/qa_server/check_status_controller.rb', line 11 def index validate(, validation_type) @presenter = presenter_class.new(authorities_list: , connection_status_data: connection_status_data_from_log, accuracy_status_data: accuracy_status_data_from_log) end |