Class: QaServer::AuthorityListController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- QaServer::AuthorityListController
- Includes:
- AuthorityValidationBehavior
- Defined in:
- app/controllers/qa_server/authority_list_controller.rb
Constant Summary
Constants included from AuthorityValidationBehavior
QaServer::AuthorityValidationBehavior::ALL_VALIDATIONS, QaServer::AuthorityValidationBehavior::VALIDATE_ACCURACY, QaServer::AuthorityValidationBehavior::VALIDATE_ACCURACY_COMPARISON, QaServer::AuthorityValidationBehavior::VALIDATE_CONNECTIONS, QaServer::AuthorityValidationBehavior::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
13 14 15 16 |
# File 'app/controllers/qa_server/authority_list_controller.rb', line 13 def index list() @presenter = presenter_class.new(urls_data: status_data_from_log) end |