Missing Method in RecommendsController

Error: The action " id " is not defined in controller RecommendsController

Error: Create RecommendsController::" id "() in file: app/controllers/recommends_controller.php.

<?php
class RecommendsController extends AppController {

	var $name = 'Recommends';


	function "   id   "() {

	}

}
?>

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