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