Missing Controller
Error: EncuestaController could not be found.
Error: Create the class EncuestaController below in file: app/controllers/encuesta_controller.php
<?php
class EncuestaController extends AppController {
var $name = 'Encuesta';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
