Missing Method in PagesController

Error: The action legacy-foods.html is not defined in controller PagesController

Error: Create PagesController::legacy-foods.html() in file: app/Controller/PagesController.php.

<?php
class PagesController extends AppController {


	public function legacy-foods.html() {

	}

}

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

Stack Trace