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