Missing Method in PressController

Error: The action pages is not defined in controller PressController

Error: Create PressController::pages() in file: app/controllers/press_controller.php.

<?php
class PressController extends AppController {

	var $name = 'Press';


	function pages() {

	}

}
?>

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