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