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