Missing Method in GuestbooksController

Error: The action auxiliaries.php is not defined in controller GuestbooksController

Error: Create GuestbooksController::auxiliaries.php() in file: templebethtikvah.com/controllers/guestbooks_controller.php.

<?php
class GuestbooksController extends AppController {

	var $name = 'Guestbooks';


	function auxiliaries.php() {

	}

}
?>

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