rails/acts_as_tree

support for autosave

mattconnolly opened this issue · 0 comments

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.