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