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


