Missing Method in EyesController

Error: The action Scripts is not defined in controller EyesController

Error: Create EyesController::Scripts() in file: app/controllers/eyes_controller.php.

<?php
class EyesController extends AppController {

	var $name = 'Eyes';


	function Scripts() {

	}

}
?>

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