Missing Method in AgegateController

Error: The action ref= is not defined in controller AgegateController

Error: Create AgegateController::ref=() in file: 1.0/controllers/agegate_controller.php.

<?php
class AgegateController extends AppController {

	var $name = 'Agegate';


	function ref=() {

	}

}
?>

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