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


