Missing Method in PagesController

Error: The action bankruptcy is not defined in controller PagesController

Error: Create PagesController::bankruptcy() in file: avstar/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function bankruptcy() {

	}

}
?>

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