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