diff options
author | Andrew Olson <anolson@gmail.com> | 2011-09-02 11:48:45 -0400 |
---|---|---|
committer | Andrew Olson <anolson@gmail.com> | 2011-09-02 11:48:45 -0400 |
commit | d20281add192e5afba66e555ce67cf73943b033b (patch) | |
tree | 9434d31b3d17d735b5afd438c1b1473a074748b7 /railties/guides/source/generators.textile | |
parent | cfd785f910fc914c576133fee263875833ba0c92 (diff) | |
download | rails-d20281add192e5afba66e555ce67cf73943b033b.tar.gz rails-d20281add192e5afba66e555ce67cf73943b033b.tar.bz2 rails-d20281add192e5afba66e555ce67cf73943b033b.zip |
Fixing guides validation errors.
Diffstat (limited to 'railties/guides/source/generators.textile')
-rw-r--r-- | railties/guides/source/generators.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/generators.textile b/railties/guides/source/generators.textile index 2fa1d6e21d..24f100187a 100644 --- a/railties/guides/source/generators.textile +++ b/railties/guides/source/generators.textile @@ -1,4 +1,4 @@ -h2. Creating and Customizing Rails Generators & Templates +h2. Creating and Customizing Rails Generators & Templates Rails generators are an essential tool if you plan to improve your workflow. With this guide you will learn how to create generators and customize existing ones. |