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