From 0b79a93daf6b9d698b497413dd018c5012a5a2d7 Mon Sep 17 00:00:00 2001 From: Sammy Larbi Date: Sat, 29 Dec 2012 10:50:05 -0600 Subject: Fix up/down column change example code formatting --- guides/source/migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/migrations.md b/guides/source/migrations.md index f2aa72492f..ca3d4bb4fa 100644 --- a/guides/source/migrations.md +++ b/guides/source/migrations.md @@ -79,7 +79,7 @@ end Alternatively, you can use `up` and `down` instead of `change`: -``ruby +```ruby class ChangeProductsPrice < ActiveRecord::Migration def up change_table :products do |t| -- cgit v1.2.3