Sign up Sign in

Missing Method in ContentsController

Error: The action about is not defined in controller ContentsController

Error: Create ContentsController::about() in file: app/Controller/ContentsController.php.

<?php
class ContentsController extends AppController {


	public function about() {

	}

}

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

Stack Trace