ruby-acts-as-tree

simple tree behaviour to active_record models
  https://github.com/amerine/acts_as_tree
  0
  no reviews



Ruby-acts-as-tree is a ruby gem that adds simple support for organizing ActiveRecord models into parent–children relationships. By default, ActsAsTree expects a foreign key column called `parent_id`.