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