Missing Method in ContactsController

Error: The action show_detail is not defined in controller ContactsController

Error: Create ContactsController::show_detail() in file: app/controllers/contacts_controller.php.

<?php
class ContactsController extends AppController {

	var $name = 'Contacts';


	function show_detail() {

	}

}
?>

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