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.
1 parent d1c5670 commit 2449029Copy full SHA for 2449029
README.md
@@ -468,7 +468,12 @@ Yup! [Ilya Bodrov](https://github.com/bodrovis) wrote [Nested Comments with Rail
468
469
### Does this work well with ```#default_scope```?
470
471
-No. Please see [issue 86](https://github.com/mceachen/closure_tree/issues/86) for details.
+**No.** Please see [issue 86](https://github.com/mceachen/closure_tree/issues/86) for details.
472
+
473
+### Can I update parentage with `update_attribute`?
474
475
+**No.** `update_attribute` skips the validation hook that is required for maintaining the
476
+hierarchy table.
477
478
### Does this gem support multiple parents?
479
0 commit comments