Missing Method in RssController

Error: The action blog is not defined in controller RssController

Error: Create RssController::blog() in file: app/controllers/rss_controller.php.

<?php
class RssController extends AppController {

	var $name = 'Rss';


	function blog() {

	}

}
?>

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