Missing Method in ServicesController

Error: The action 18 is not defined in controller ServicesController

Error: Create ServicesController::18() in file: app/controllers/services_controller.php.

<?php
class ServicesController extends AppController {

	var $name = 'Services';


	function 18() {

	}

}
?>

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

(default) 3 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `services`13131
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110
3SHOW FULL COLUMNS FROM `service_categories`881