Missing Method in HotelsController

Error: The action Ramada_Jarvis_Aberdeen is not defined in controller HotelsController

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

<?php
class HotelsController extends AppController {

	var $name = 'Hotels';


	function Ramada_Jarvis_Aberdeen() {

	}

}
?>

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