Missing Method in MynewsController

Error: The action mynews is not defined in controller MynewsController

Error: Create MynewsController::mynews() in file: app/controllers/mynews_controller.php.

<?php
class MynewsController extends AppController {

	var $name = 'Mynews';


	function mynews() {

	}

}
?>

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