aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contribute.textile
diff options
context:
space:
mode:
authorJaime Iniesta <jaimeiniesta@gmail.com>2010-03-04 01:51:25 +0100
committerJaime Iniesta <jaimeiniesta@gmail.com>2010-03-04 01:51:25 +0100
commit36d28f5168000b250fc87c88eef20294e059096d (patch)
treeabc33f15714cf3eca7d500231a860e9001810168 /railties/guides/source/contribute.textile
parent5245bf86353043050f569446333cf77faa8c5326 (diff)
downloadrails-36d28f5168000b250fc87c88eef20294e059096d.tar.gz
rails-36d28f5168000b250fc87c88eef20294e059096d.tar.bz2
rails-36d28f5168000b250fc87c88eef20294e059096d.zip
Update contribute guide so that it shows the new command to generate guides (rake generate_guides instead of rake guides)
Diffstat (limited to 'railties/guides/source/contribute.textile')
-rw-r--r--railties/guides/source/contribute.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contribute.textile b/railties/guides/source/contribute.textile
index 5087c2f385..a48edef79d 100644
--- a/railties/guides/source/contribute.textile
+++ b/railties/guides/source/contribute.textile
@@ -12,7 +12,7 @@ h3. How to Contribute?
* All images are in the railties/guides/images directory.
* Sample format : "Active Record Associations":http://github.com/lifo/docrails/blob/3e56a3832415476fdd1cb963980d0ae390ac1ed3/railties/guides/source/association_basics.textile
* Sample output : "Active Record Associations":http://guides.rails.info/association_basics.html
-* You can build the Guides during testing by running +rake guides+ in the +railties+ directory.
+* You can build the Guides during testing by running +rake generate_guides+ in the +railties+ directory.
h3. What to Contribute?