From 2e57d518d864a67a8ea860d460d9de3895d3d638 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Tue, 15 Apr 2014 15:57:09 +0800 Subject: [ci skip] Add missing end in one of the examples in Migrations.md. --- guides/source/migrations.md | 1 + 1 file changed, 1 insertion(+) (limited to 'guides') 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 -- cgit v1.2.3