aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/migrations/rakeing_around.txt
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2008-09-07 22:59:15 +0100
committerFrederick Cheung <frederick.cheung@gmail.com>2008-09-07 22:59:15 +0100
commit3be1601a0e1cb241add2bc2a94204f61233c9b9c (patch)
treefb9521359001b9a173f788b16f0f371fba4fb31f /railties/doc/guides/migrations/rakeing_around.txt
parent331f9fdb6e8efebcba65e5359110591e9027ef94 (diff)
downloadrails-3be1601a0e1cb241add2bc2a94204f61233c9b9c.tar.gz
rails-3be1601a0e1cb241add2bc2a94204f61233c9b9c.tar.bz2
rails-3be1601a0e1cb241add2bc2a94204f61233c9b9c.zip
Style regular font for constants
Diffstat (limited to 'railties/doc/guides/migrations/rakeing_around.txt')
-rw-r--r--railties/doc/guides/migrations/rakeing_around.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/migrations/rakeing_around.txt b/railties/doc/guides/migrations/rakeing_around.txt
index 9f927d079b..02fbecedb6 100644
--- a/railties/doc/guides/migrations/rakeing_around.txt
+++ b/railties/doc/guides/migrations/rakeing_around.txt
@@ -33,7 +33,7 @@ NOTE: this is not the same as running all the migrations - see the section on sc
=== Being Specific ===
-If you need to run a specific migration up or down the `db:migrate:up` and `db:migrate:down` tasks will do that. Just specify the appropriate `VERSION` and the corresponding migration will have its up or down method invoked, for example
+If you need to run a specific migration up or down the `db:migrate:up` and `db:migrate:down` tasks will do that. Just specify the appropriate version and the corresponding migration will have its up or down method invoked, for example
`rake db:migrate:up VERSION=20080906120000`