Missing Method in TopicsController

Error: The action index is not defined in controller TopicsController

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

<?php
class TopicsController extends AppController {


	public function index() {

	}

}

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

Stack Trace

TOP