Missing Method in PeopleController

Error: The action add is not defined in controller PeopleController

Error: Create PeopleController::add() in file: app/controllers/people_controller.php.

<?php
class PeopleController extends AppController {

	var $name = 'People';


	function add() {

	}

}
?>

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