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