I am facing a model association problem in cakephp-2.3. Described in Plugin model assiciation is not working in cakephp 2.3 with cake ACL
Now it seems to me that the UsersController in not using User model. I have used
public $uses = array ('Cauth.User');
But though it seems to me that it does not using this mode. Has there any way to check which model is using my controller in cakephp-2.3?