I built a project with Acl enabled - I used the CakePHP tutorial on their website to do this.
However, the project no longer needs this functionality.
I've removed all reference of Acl and Aco in my controllers, models and views (if fact I did the tutorial in reverse to remove everything) and I then deleted the three database tables that were generated in this process.
However, I still get the error:
Error: Database table acos for model Aco was not found.
On all of my controllers.
Did the acl baking process add some files I don't know about? How do I get rid of this functionality?