提交 26eb1e4e 编写于 作者: X Xavier Noria

fixes a typo in the migrations guide

上级 b7491249
......@@ -444,7 +444,7 @@ class ExampleMigration < ActiveRecord::Migration
end
```
Using `reversible` will insure that the instructions are executed in the
Using `reversible` will ensure that the instructions are executed in the
right order too. If the previous example migration is reverted,
the `down` block will be run after the `home_page_url` column is removed and
right before the table `products` is dropped.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册