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