Missing Method in CarsBrandsController

Error: The action company_view is not defined in controller CarsBrandsController

Error: Create CarsBrandsController::company_view() in file: app/Controller/CarsBrandsController.php.

<?php
class CarsBrandsController extends AppController {


	public function company_view() {

	}

}

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

Stack Trace

Carregando...