Missing Controller

Error: ApproachController could not be found.

Error: Create the class ApproachController below in file: app/controllers/approach_controller.php

<?php
class ApproachController extends AppController {

	var $name = 'Approach';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

pagetop