Missing Method in EventosController
Error: The action index is not defined in controller EventosController
Error: Create EventosController::index() in file: app/controllers/eventos_controller.php.
<?php
class EventosController extends AppController {
var $name = 'Eventos';
function index() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.

