Missing Method in SlidersController

Erreur: The action add is not defined in controller SlidersController

Erreur: Create SlidersController::add() in file: app/controllers/sliders_controller.php.

<?php
class SlidersController extends AppController {

	var $name = 'Sliders';


	function add() {

	}

}
?>

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