I am using CakeDC's ratings plugin in my application to enable users rate on any model entry, such as a company in companies table.
I also want to allow users to comment on that rating. Ratings plugin creates an entry in ratings table for each rating. So what I want is, each rating entry should be commented by the user when he/she is rating on it. Without touching the plugin core, how can I achieve this?
Note: I am using Cakephp 2.4.3