Creating an abstract model named InheritableTreeEntity which Node now descends from.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 4 Jun 2010 04:26:59 +0000 (00:26 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Fri, 4 Jun 2010 04:26:59 +0000 (00:26 -0400)
In addition to consolidating the functionality common to trees of subclasses of a model,
this fixes a bug wherein attributes did not properly passthrough to children (similar to the bug that led to the implementation of a custom get_path method on Nodes).


No differences found