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