Missing Method in HomesController

Error: The action projects is not defined in controller HomesController

Error: Create HomesController::projects() in file: app/controllers/homes_controller.php.

<?php
class HomesController extends AppController {

	var $name = 'Homes';


	function projects() {

	}

}
?>

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