Missing Method in WebinarsController

Error: The action industry is not defined in controller WebinarsController

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

<?php
class WebinarsController extends AppController {

	var $name = 'Webinars';


	function industry() {

	}

}
?>

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