Skip to content

Commit

Permalink
Change The other... to Another...
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Dec 4, 2011
1 parent 7480738 commit eedb863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/migrations.textile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -417,14 +417,14 @@ end
will create a new products table with those two columns (plus the +id+ column) will create a new products table with those two columns (plus the +id+ column)
whereas whereas


The other helper is called +references+ (also available as +belongs_to+). In its
<ruby> <ruby>
change_table :products do |t| change_table :products do |t|
t.timestamps t.timestamps
end end
</ruby> </ruby>
adds those columns to an existing table. 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 simplest form it just adds some readability


<ruby> <ruby>
Expand Down

0 comments on commit eedb863

Please sign in to comment.