Skip to content

Commit 5a62b87

Browse files
authored
Merge pull request #246 from joshRpowell/joshRpowell-readme-faq-update_all
[add] FAQ to README for #update_all
2 parents 0426208 + 2f7426d commit 5a62b87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,10 @@ Yup! [Ilya Bodrov](https://github.com/bodrovis) wrote [Nested Comments with Rail
476476
**No.** `update_attribute` skips the validation hook that is required for maintaining the
477477
hierarchy table.
478478

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+
479483
### Does this gem support multiple parents?
480484

481485
No. This gem's API is based on the assumption that each node has either 0 or 1 parent.

0 commit comments

Comments
 (0)