Missing Method in CompanyController

Error: The action overview is not defined in controller CompanyController

Error: Create CompanyController::overview() in file: app/Controller/CompanyController.php.

<?php
class CompanyController extends AppController {


	public function overview() {

	}

}

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

Stack Trace

TOP