I'm using counterCache to track the number of chapters that have been posted to their related stories.
This all works fine, apart from the fact that when the chapter_count field in the database gets updated, the modified field for that record does not.
Is there any way that I can set Cake to automatically update the modified field when the counterCache functionality runs?
Thank you.