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





















