Missing Method in HotelsController

Error: The action Speedbird_Inn is not defined in controller HotelsController

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

<?php
class HotelsController extends AppController {

	var $name = 'Hotels';


	function Speedbird_Inn() {

	}

}
?>

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