Missing Method in SpotController

Error: The action spot is not defined in controller SpotController

Error: Create SpotController::spot() in file: gero-spa/app/controllers/spot_controller.php.

<?php
class SpotController extends AppController {

	var $name = 'Spot';


	function spot() {

	}

}
?>

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