Missing Method in FrontsController

Error: The action city-info is not defined in controller FrontsController

Error: Create FrontsController::city-info() in file: app/Controller/FrontsController.php.

<?php
class FrontsController extends AppController {


	public function city-info() {

	}

}

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

Stack Trace