From eedb86367483845fd383c5d74b4e677ef4563f59 Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:16:20 -0700 Subject: Change The other... to Another... --- railties/guides/source/migrations.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index cfd89721ad..2c98009841 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -417,7 +417,6 @@ end will create a new products table with those two columns (plus the +id+ column) whereas -The other helper is called +references+ (also available as +belongs_to+). In its change_table :products do |t| t.timestamps @@ -425,6 +424,7 @@ end adds those columns to an existing table. +Another helper is called +references+ (also available as +belongs_to+). In its simplest form it just adds some readability -- cgit v1.2.3