提交 b083bf24 编写于 作者: R rspeicher

Generators Guide: Remove semicolons from prologue, as none of the other guides had them

上级 46dd8af1
...@@ -4,12 +4,12 @@ Rails generators are an essential tool if you plan to improve your workflow and ...@@ -4,12 +4,12 @@ Rails generators are an essential tool if you plan to improve your workflow and
In this guide you will: In this guide you will:
* Learn how to see which generators are available in your application; * Learn how to see which generators are available in your application
* Create a generator using templates; * Create a generator using templates
* Learn how Rails searches for generators before invoking them; * Learn how Rails searches for generators before invoking them
* Customize your scaffold by creating new generators; * Customize your scaffold by creating new generators
* Customize your scaffold by changing generators templates; * Customize your scaffold by changing generators templates
* Learn how to use fallbacks to avoid overwriting a huge set of generators; * Learn how to use fallbacks to avoid overwriting a huge set of generators
endprologue. endprologue.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册