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