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