Missing Method in NewsController

Error: The action category is not defined in controller NewsController

Error: Create NewsController::category() in file: app/Controller/NewsController.php.

<?php
class NewsController extends AppController {


	public function category() {

	}

}

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

Stack Trace