acts_as_tree
acts_as_tree copied to clipboard
support for autosave
I'd like to be able to use :autosave => true in the has_many :children association created by acts_as_tree so that I an modify a tree of objects and save them all from a single update_attributes call.