Missing Method in PressController

Error: The action betabeat is not defined in controller PressController

Error: Create PressController::betabeat() in file: app/controllers/press_controller.php.

<?php
class PressController extends AppController {

	var $name = 'Press';


	function betabeat() {

	}

}
?>

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