Missing Method in AppController

Error: The action tmp is not defined in controller AppController

Error: Create AppController::tmp() in file: app/Controller/AppController.php.

<?php
class AppController extends AppController {


	public function tmp() {

	}

}

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

Stack Trace