Missing Method in StaticPagesController

Error: The action view is not defined in controller StaticPagesController

Error: Create StaticPagesController::view() in file: app/controllers/static_pages_controller.php.

<?php
class StaticPagesController extends AppController {

	var $name = 'StaticPages';


	function view() {

	}

}
?>

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