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 217162c + 57f0150 commit 4c12692Copy full SHA for 4c12692
README.md
@@ -88,7 +88,7 @@ Note that closure_tree only supports ActiveRecord 4.2 and later, and has test co
88
```ruby
89
class AddParentIdToTag < ActiveRecord::Migration
90
def change
91
- add_column :tag, :parent_id, :integer
+ add_column :tags, :parent_id, :integer
92
end
93
94
```
0 commit comments