Missing Method in InvestorsController

Error: The action voting-results is not defined in controller InvestorsController

Error: Create InvestorsController::voting-results() in file: app/Controller/InvestorsController.php.

<?php
class InvestorsController extends AppController {


	public function voting-results() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace