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