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