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