Skip to content

Commit

Permalink
Improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Dec 4, 2011
1 parent 452b624 commit 914b85f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions railties/guides/source/migrations.textile
Expand Up @@ -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

Expand Down

0 comments on commit 914b85f

Please sign in to comment.