Missing Method in AssociationController

Error: The action img is not defined in controller AssociationController

Error: Create AssociationController::img() in file: gero-spa/app/controllers/association_controller.php.

<?php
class AssociationController extends AppController {

	var $name = 'Association';


	function img() {

	}

}
?>

Notice: If you want to customize this error message, create gero-spa/app/views/errors/missing_action.ctp.