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