Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
ruby-acts-as-tree
simple tree behaviour to active_record models
https://github.com/amerine/acts_as_tree
0
no reviews
Install
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`.