[ci skip] Add missing end in one of the examples in Migrations.md.

This commit is contained in:
Juanito Fatas 2014-04-15 15:57:09 +08:00
parent 81678075f8
commit 2e57d518d8

@ -495,6 +495,7 @@ class ExampleMigration < ActiveRecord::Migration
add_column :users, :home_page_url, :string
rename_column :users, :email, :email_address
end
end
```
Using `reversible` will ensure that the instructions are executed in the