search for: b_type

Displaying 1 result from an estimated 1 matches for "b_type".

Did you mean: d_type
2006 Jan 16
3
Couter Cache for 2 Parents?
Hi, I''ve got a question about counter cache; here''s my setup: I have 3 model classes, A, B, and C. A has many C. B has many C. C belongs to both A and B. Now I''d like to keep counters of C in both A and B for performance reasons. According to the rails book, this doesn''t seem to be possible, as the counter feature requires changes to be made through the object