Missing Method in VenuesController

Error: The action great-american-music-hall is not defined in controller VenuesController

Error: Create VenuesController::great-american-music-hall() in file: app/controllers/venues_controller.php.

<?php
class VenuesController extends AppController {

	var $name = 'Venues';


	function great-american-music-hall() {

	}

}
?>

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