Missing Method in ArtistsPitchesController

Error: The action view is not defined in controller ArtistsPitchesController

Error: Create ArtistsPitchesController::view() in file: app/controllers/artists_pitches_controller.php.

<?php
class ArtistsPitchesController extends AppController {

	var $name = 'ArtistsPitches';


	function view() {

	}

}
?>

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