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