Missing Method in TopController

Error: The action Scripts is not defined in controller TopController

Error: Create TopController::Scripts() in file: app/controllers/top_controller.php.

<?php
class TopController extends AppController {

	var $name = 'Top';


	function Scripts() {

	}

}
?>

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