Missing Method in ServicesController

Error: The action special is not defined in controller ServicesController

Error: Create ServicesController::special() in file: app/Controller/ServicesController.php.

<?php
class ServicesController extends AppController {


	public function special() {

	}

}

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

Stack Trace

TOP