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