Skip to content

Commit 4c12692

Browse files
authoredFeb 20, 2018
Merge pull request #301 from vasilakisfil/patch-1
Usually the table name is plural
2 parents 217162c + 57f0150 commit 4c12692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Note that closure_tree only supports ActiveRecord 4.2 and later, and has test co
8888
```ruby
8989
class AddParentIdToTag < ActiveRecord::Migration
9090
def change
91-
add_column :tag, :parent_id, :integer
91+
add_column :tags, :parent_id, :integer
9292
end
9393
end
9494
```

0 commit comments

Comments
 (0)