Missing Method in PublicController

Error: The action contact is not defined in controller PublicController

Error: Create PublicController::contact() in file: app/Controller/PublicController.php.

<?php
class PublicController extends AppController {


	public function contact() {

	}

}

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

Stack Trace

TOP