We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0426208 + 2f7426d commit 5a62b87Copy full SHA for 5a62b87
README.md
@@ -476,6 +476,10 @@ Yup! [Ilya Bodrov](https://github.com/bodrovis) wrote [Nested Comments with Rail
476
**No.** `update_attribute` skips the validation hook that is required for maintaining the
477
hierarchy table.
478
479
+### Can I assign a parent to multiple children with ```#update_all```?
480
+
481
+**No.** Please see [issue 197](https://github.com/mceachen/closure_tree/issues/197) for details.
482
483
### Does this gem support multiple parents?
484
485
No. This gem's API is based on the assumption that each node has either 0 or 1 parent.
0 commit comments