Missing Method in HotelsController

Error: The action Craighaar is not defined in controller HotelsController

Error: Create HotelsController::Craighaar() in file: app/controllers/hotels_controller.php.

<?php
class HotelsController extends AppController {

	var $name = 'Hotels';


	function Craighaar() {

	}

}
?>

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