You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -605,7 +605,13 @@ <h3>
605
605
<h3>
606
606
<aid="does-this-work-well-with-default_scope" class="anchor" href="#does-this-work-well-with-default_scope" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>Does this work well with <code>#default_scope</code>?</h3>
607
607
608
-
<p>No. Please see <ahref="https://github.com/mceachen/closure_tree/issues/86">issue 86</a> for details.</p>
608
+
<p><strong>No.</strong> Please see <ahref="https://github.com/mceachen/closure_tree/issues/86">issue 86</a> for details.</p>
609
+
610
+
<h3>
611
+
<aid="can-i-update-parentage-with-update_attribute" class="anchor" href="#can-i-update-parentage-with-update_attribute" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>Can I update parentage with <code>update_attribute</code>?</h3>
612
+
613
+
<p><strong>No.</strong><code>update_attribute</code> skips the validation hook that is required for maintaining the
614
+
hierarchy table.</p>
609
615
610
616
<h3>
611
617
<aid="does-this-gem-support-multiple-parents" class="anchor" href="#does-this-gem-support-multiple-parents" aria-hidden="true"><spanaria-hidden="true" class="octicon octicon-link"></span></a>Does this gem support multiple parents?</h3>
0 commit comments