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


