aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/migrations.md
diff options
context:
space:
mode:
authorJoe Fiorini <joe@joefiorini.com>2012-04-05 00:53:10 -0400
committerJoe Fiorini <joe@joefiorini.com>2012-10-06 16:40:51 -0400
commit65a2977cdd55678d3eab06434625375914511786 (patch)
treeab2dbb879196f0879af1d4bce06480975492ff6e /guides/source/migrations.md
parent03bcd416b04c411973456e33a95756edab4244cd (diff)
downloadrails-65a2977cdd55678d3eab06434625375914511786.tar.gz
rails-65a2977cdd55678d3eab06434625375914511786.tar.bz2
rails-65a2977cdd55678d3eab06434625375914511786.zip
[Guides] Format content for small devices
Diffstat (limited to 'guides/source/migrations.md')
-rw-r--r--guides/source/migrations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/migrations.md b/guides/source/migrations.md
index ccbdffc9c7..705b65ee8b 100644
--- a/guides/source/migrations.md
+++ b/guides/source/migrations.md
@@ -330,7 +330,7 @@ end
As always, what has been generated for you is just a starting point. You can add
or remove from it as you see fit by editing the
-db/migrate/YYYYMMDDHHMMSS_add_details_to_products.rb file.
+@db/migrate/YYYYMMDDHHMMSS_add_details_to_products.rb@ file.
NOTE: The generated migration file for destructive migrations will still be
old-style using the `up` and `down` methods. This is because Rails needs to know