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