Missing Method in PagesController

Error: The action nota_legal is not defined in controller PagesController

Error: Create PagesController::nota_legal() in file: app/controllers/pages_controller.php.

<?php
class PagesController extends AppController {

	var $name = 'Pages';


	function nota_legal() {

	}

}
?>

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