i have nested model structure
id
parent_id
counter
name
how to use automated counter cache
|
i have nested model structure
how to use automated counter cache
| |||||||
feedback
|
|
Define it in the relationship definition.
Where 'counter' is the field in your table that contains the count. | |||||||||
feedback
|