Missing Method in ColorsController

Erreur: The action add is not defined in controller ColorsController

Erreur: Create ColorsController::add() in file: app/controllers/colors_controller.php.

<?php
class ColorsController extends AppController {

	var $name = 'Colors';


	function add() {

	}

}
?>

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