Erro: A action 2409- não está definida no controller NoticiasController
Erro: Crie NoticiasController::2409-() no arquivo: app/controllers/noticias_controller.php.
<?php
class NoticiasController extends AppController {
var $name = 'Noticias';
function 2409-() {
}
}
?>
Advertência: Se você quer customizar esta mensagem de erro, crie app/views/errors/missing_action.ctp.