Missing Method in VotesController

Error: The action voting_history is not defined in controller VotesController

Error: Create VotesController::voting_history() in file: app/controllers/votes_controller.php.

<?php
class VotesController extends AppController {

	var $name = 'Votes';


	function voting_history() {

	}

}
?>

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