From 3be1601a0e1cb241add2bc2a94204f61233c9b9c Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Sun, 7 Sep 2008 22:59:15 +0100 Subject: Style regular font for constants --- railties/doc/guides/migrations/using_models_in_migrations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/doc/guides/migrations/using_models_in_migrations.txt') diff --git a/railties/doc/guides/migrations/using_models_in_migrations.txt b/railties/doc/guides/migrations/using_models_in_migrations.txt index eda216c50a..2a052e9207 100644 --- a/railties/doc/guides/migrations/using_models_in_migrations.txt +++ b/railties/doc/guides/migrations/using_models_in_migrations.txt @@ -19,7 +19,7 @@ class AddPartNumberToProducts < ActiveRecord::Migration end end ------------------------- -The migration has its own minimal copy of the `Product` model and no longer cares about the `Product` model defined in the application. +The migration has its own minimal copy of the Product model and no longer cares about the Product model defined in the application. === Dealing with changing models === -- cgit v1.2.3