From 914b85f12492adad35108405d498da314584b9bf Mon Sep 17 00:00:00 2001 From: Jason Noble Date: Sat, 3 Dec 2011 19:24:28 -0700 Subject: Improve readability --- railties/guides/source/migrations.textile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'railties/guides') diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile index feb02892cb..bb5b769f79 100644 --- a/railties/guides/source/migrations.textile +++ b/railties/guides/source/migrations.textile @@ -819,10 +819,11 @@ loaded into the test database. Schema files are also useful if you want a quick look at what attributes an Active Record object has. This information is not in the model's code and is -frequently spread across several migrations, but is summed up in the schema -file. The "annotate_models":https://github.com/ctran/annotate_models gem -automatically adds and updates comments at the top of each model summarizing the -schema if you desire that functionality. +frequently spread across several migrations, but the information is nicely +summed up in the schema file. The +"annotate_models":https://github.com/ctran/annotate_models gem automatically +adds and updates comments at the top of each model summarizing the schema if +you desire that functionality. h4. Types of Schema Dumps -- cgit v1.2.3