Missing Method in ResultsController

Error: The action support is not defined in controller ResultsController

Error: Create ResultsController::support() in file: app/Controller/ResultsController.php.

<?php
class ResultsController extends AppController {


	public function support() {

	}

}

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

Stack Trace

TOP