Closed igorbernstein closed 12 years ago
I just pushed a fix, can you update to Rakismet 1.2.0 and let me know if it solves your issue?
I didn't use base_class
because that's ActiveRecord and Rakismet tries not to have any dependencies. I used superclass
instead, although you should note that the two have slightly different behaviors: if class C < B < A, C.superclass => B
but C.base_class => A.
That's probably what you wanted anyway.
Thanks for the suggestion!
Thanks!
Would be possible to inherit rakismet config to subclasses?
Workaround: