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










