Skip to content

Commit c5b38d3

Browse files
committed
Merge remote-tracking branch 'origin/master' into issues73
2 parents 0215adc + 4cacab7 commit c5b38d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Note that closure_tree only supports Rails 3.0 and later, and has test coverage
9393
:unique => true, :name => "tag_anc_desc_udx"
9494
9595
# For "all ancestors of…" selects,
96-
add_index :tag_hierarchies, [:descendant_id]
96+
add_index :tag_hierarchies, [:descendant_id],
9797
:name => "tag_desc_idx"
9898
end
9999
end

0 commit comments

Comments
 (0)