Missing Method in ServicesController

Error: The action 12 is not defined in controller ServicesController

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

<?php
class ServicesController extends AppController {

	var $name = 'Services';


	function 12() {

	}

}
?>

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

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