acts_as_tree icon indicating copy to clipboard operation
acts_as_tree copied to clipboard

support for autosave

Open mattconnolly opened this issue 11 years ago • 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.

mattconnolly avatar Apr 09 '14 07:04 mattconnolly