mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix template url
This commit is contained in:
parent
f612069ae1
commit
bc6e1a154a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue