Open
Description
Closure tree looks great. I need to be able to report out on count (count the number of all descendents) and do some other summarization (summing points for the node and all children). Is there a recommended approach for this? Would counter_cache work appropriately for the node object? For the more complicated summarization (summing points and totals for all descendents) are their custom callbacks that can be used?