Missing Method in CategoriesController

Error: The action index is not defined in controller CategoriesController

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

<?php
class CategoriesController extends AppController {


	public function index() {

	}

}

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

Stack Trace