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


