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




