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