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



