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





