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