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