Class: QaServer::AuthorityListController

Inherits:
AuthorityValidationController
  • Object
show all
Defined in:
app/controllers/qa_server/authority_list_controller.rb

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