Copy the parent_column and order_column to the subclass.
# File lib/sequel/plugins/tree.rb, line 59 def inherited(subclass) super subclass.parent_column = parent_column subclass.tree_order = tree_order end
Generated with the Darkfish Rdoc Generator 2.