aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/migrations.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-30 23:28:16 +0200
committerXavier Noria <fxn@hashref.com>2010-10-30 23:28:16 +0200
commit3cf85fb4fcdae65a4d5a1a5c418492ea0cf9ad6d (patch)
treed5f2ea4644d8540552e8194253f65bdeb7262286 /railties/guides/source/migrations.textile
parent296467fcc40bb3c6a4f42dedc267eb4f313843a9 (diff)
parent3ca16650389aa0d186a441f74b54a409cce4b392 (diff)
downloadrails-3cf85fb4fcdae65a4d5a1a5c418492ea0cf9ad6d.tar.gz
rails-3cf85fb4fcdae65a4d5a1a5c418492ea0cf9ad6d.tar.bz2
rails-3cf85fb4fcdae65a4d5a1a5c418492ea0cf9ad6d.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/migrations.textile')
-rw-r--r--railties/guides/source/migrations.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/migrations.textile b/railties/guides/source/migrations.textile
index 89aa007279..4c49a4ccbc 100644
--- a/railties/guides/source/migrations.textile
+++ b/railties/guides/source/migrations.textile
@@ -546,7 +546,7 @@ Schema files are also useful if you want a quick look at what attributes an Acti
h4. Types of Schema Dumps
-There are two ways to dump the schema. This is set in +config/environment.rb+ by the +config.active_record.schema_format+ setting, which may be either +:sql+ or +:ruby+.
+There are two ways to dump the schema. This is set in +config/application.rb+ by the +config.active_record.schema_format+ setting, which may be either +:sql+ or +:ruby+.
If +:ruby+ is selected then the schema is stored in +db/schema.rb+. If you look at this file you'll find that it looks an awful lot like one very big migration: