Missing Method in WebinarsController

Error: The action fundamental is not defined in controller WebinarsController

Error: Create WebinarsController::fundamental() in file: app/controllers/webinars_controller.php.

<?php
class WebinarsController extends AppController {

	var $name = 'Webinars';


	function fundamental() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.