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