Missing Method in IndexController

Error: The action about_members is not defined in controller IndexController

Error: Create IndexController::about_members() in file: app/Controller/IndexController.php.

<?php
class IndexController extends AppController {


	public function about_members() {

	}

}

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

Stack Trace