Missing Method in DestinationsController

Error: The action yangshou is not defined in controller DestinationsController

Error: Create DestinationsController::yangshou() in file: app/controllers/destinations_controller.php.

<?php
class DestinationsController extends AppController {

	var $name = 'Destinations';


	function yangshou() {

	}

}
?>

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

(default) 3 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Tours`.`id`, `Tours`.`name` FROM `tours` AS `Tours` WHERE ((`Tours`.`other_classic` > 0) OR (`Tours`.`favourite_classic` > 0)) ORDER BY `name` asc 881
2SELECT `Tours`.`id`, `Tours`.`name` FROM `tours` AS `Tours` WHERE ((`Tours`.`other_themed` > 0) OR (`Tours`.`favourite_themed` > 0)) ORDER BY `name` asc 17171
3SELECT `OtherInfos`.`id`, `OtherInfos`.`name` FROM `other_infos` AS `OtherInfos` WHERE `OtherInfos`.`nodelete` IS NULL ORDER BY `nodelete` desc 220