Missing Method in TalleresController

Error: The action index is not defined in controller TalleresController

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

<?php
class TalleresController extends AppController {


	public function index() {

	}

}

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

Stack Trace