Missing Method in NewsController

Error: The action index is not defined in controller NewsController

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

<?php
class NewsController extends AppController {


	public function index
() {

	}

}

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

Stack Trace