Missing Method in HotelsController

Error: The action Thistle_Caledonian is not defined in controller HotelsController

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

<?php
class HotelsController extends AppController {

	var $name = 'Hotels';


	function Thistle_Caledonian() {

	}

}
?>

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