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