From 2f7426d7e988219d00ac24863d272082c290a143 Mon Sep 17 00:00:00 2001 From: Josh Powell Date: Fri, 9 Dec 2016 10:15:41 -0500 Subject: [PATCH] Update README.md Add FAQ for #update_all --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef2bfa41..365eaf68 100644 --- a/README.md +++ b/README.md @@ -476,6 +476,10 @@ Yup! [Ilya Bodrov](https://github.com/bodrovis) wrote [Nested Comments with Rail **No.** `update_attribute` skips the validation hook that is required for maintaining the hierarchy table. +### Can I assign a parent to multiple children with ```#update_all```? + +**No.** Please see [issue 197](https://github.com/mceachen/closure_tree/issues/197) for details. + ### Does this gem support multiple parents? No. This gem's API is based on the assumption that each node has either 0 or 1 parent.