Missing Method in NewsController

Error: The action newsdetail is not defined in controller NewsController

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

<?php
class NewsController extends AppController {


	public function newsdetail() {

	}

}

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

Stack Trace