Missing Method in AboutUsController

Error: The action add is not defined in controller AboutUsController

Error: Create AboutUsController::add() in file: app/controllers/about_us_controller.php.

<?php
class AboutUsController extends AppController {

	var $name = 'AboutUs';


	function add() {

	}

}
?>

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