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