Missing Method in ShoplistController
Error: The action sitemap is not defined in controller ShoplistController
Error: Create ShoplistController::sitemap() in file: app/controllers/shoplist_controller.php.
<?php
class ShoplistController extends AppController {
var $name = 'Shoplist';
function sitemap() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp
