Missing Method in IndexsController
Error: The action engineering.html is not defined in controller IndexsController
Error: Create IndexsController::engineering.html() in file: app/controllers/indexs_controller.php.
<?php
class IndexsController extends AppController {
var $name = 'Indexs';
function engineering.html() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp