Missing Method in TermsController

Error: The action img is not defined in controller TermsController

Error: Create TermsController::img() in file: app/Controller/TermsController.php.

<?php
class TermsController extends AppController {


	public function img() {

	}

}

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

Stack Trace