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