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