Class: QaServer::AuthorityListController

Inherits:
AuthorityValidationController show all
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

Instance Method Details

#indexObject

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(authorities_list)
  @presenter = presenter_class.new(urls_data: status_data_from_log)
end