Missing Method in ArtistsController

Error: The action moline-kramer is not defined in controller ArtistsController

Error: Create ArtistsController::moline-kramer() in file: app/controllers/artists_controller.php.

<?php
class ArtistsController extends AppController {

	var $name = 'Artists';


	function moline-kramer() {

	}

}
?>

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