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















