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
