Missing Method in UsersController

Error: The action admin_immigration.html is not defined in controller UsersController

Error: Create UsersController::admin_immigration.html() in file: nexus/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function admin_immigration.html() {

	}

}
?>

Notice: If you want to customize this error message, create nexus/views/errors/missing_action.ctp.