aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/generators.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-01-08 23:35:36 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-01-08 23:35:36 +0530
commitbc6e1a154a2df3096d36ed3612b0b93c0a466728 (patch)
treeee888ea72092152d4dafd9e5fccbeeb1490cdaf6 /railties/guides/source/generators.textile
parentf612069ae157ba4312672d59dd844a01197cac9e (diff)
downloadrails-bc6e1a154a2df3096d36ed3612b0b93c0a466728.tar.gz
rails-bc6e1a154a2df3096d36ed3612b0b93c0a466728.tar.bz2
rails-bc6e1a154a2df3096d36ed3612b0b93c0a466728.zip
fix template url
Diffstat (limited to 'railties/guides/source/generators.textile')
-rw-r--r--railties/guides/source/generators.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/generators.textile b/railties/guides/source/generators.textile
index 4fec1760c4..3adbbfa7aa 100644
--- a/railties/guides/source/generators.textile
+++ b/railties/guides/source/generators.textile
@@ -396,7 +396,7 @@ This command will generate the +Thud+ application, and then apply the template t
Templates don't have to be stored on the local system, the +-m+ option also supports online templates:
<shell>
- rails new thud -m https://gist.github.com/722911
+ rails new thud -m https://gist.github.com/722911.txt
</shell>
Whilst the final section of this guide doesn't cover how to generate the most awesome template known to man, it will take you through the methods available at your disposal so that you can develop it yourself. These same methods are also available for generators.