Missing Controller
Error: AjaxController could not be found.
Error: Create the class AjaxController below in file: app/controllers/ajax_controller.php
<?php
class AjaxController extends AppController {
var $name = 'Ajax';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp


