1620 East Hoffer Street
Kokomo, Indiana 46902
Phone: (765) 457-0089
Fax: (765) 457-0096
info@RACI.org

Missing Method in UsersController

Error: The action resend is not defined in controller UsersController

Error: Create UsersController::resend() in file: public_html/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function resend() {

	}

}
?>

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