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