aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/migrations.md
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-04-15 15:57:09 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-04-15 15:57:09 +0800
commit2e57d518d864a67a8ea860d460d9de3895d3d638 (patch)
tree0102ca973dabab47b8e4eaeb14ebd6ea73b0cf36 /guides/source/migrations.md
parent81678075f839b237dace340d244cdd439aea5d2f (diff)
downloadrails-2e57d518d864a67a8ea860d460d9de3895d3d638.tar.gz
rails-2e57d518d864a67a8ea860d460d9de3895d3d638.tar.bz2
rails-2e57d518d864a67a8ea860d460d9de3895d3d638.zip
[ci skip] Add missing end in one of the examples in Migrations.md.
Diffstat (limited to 'guides/source/migrations.md')
-rw-r--r--guides/source/migrations.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index bfee55a95d..c61ccfe94a 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -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