Missing Method in PublishersController

Error: The action web is not defined in controller PublishersController

Error: Create PublishersController::web() in file: app/controllers/publishers_controller.php.

<?php
class PublishersController extends AppController {

	var $name = 'Publishers';


	function web() {

	}

}
?>

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