Missing Method in TradersController

Error: The action regist is not defined in controller TradersController

Error: Create TradersController::regist() in file: app/controllers/traders_controller.php.

<?php
class TradersController extends AppController {

	var $name = 'Traders';


	function regist() {

	}

}
?>

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