Copy the parent_column and order_column to the subclass.
# File lib/sequel/plugins/tree.rb, line 59 59: def inherited(subclass) 60: super 61: subclass.parent_column = parent_column 62: subclass.tree_order = tree_order 63: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.