Missing Method in ContactController

Error: The action index is not defined in controller ContactController

Error: Create ContactController::index() in file: app/controllers/contact_controller.php.

<?php
class ContactController extends AppController {

	var $name = 'Contact';


	function index() {

	}

}
?>

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