diff options
Diffstat (limited to 'railties/doc/guides/creating_plugins/creating_plugins.txt')
-rw-r--r-- | railties/doc/guides/creating_plugins/creating_plugins.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/creating_plugins/creating_plugins.txt b/railties/doc/guides/creating_plugins/creating_plugins.txt index e684a5850f..f2ed6ed8bb 100644 --- a/railties/doc/guides/creating_plugins/creating_plugins.txt +++ b/railties/doc/guides/creating_plugins/creating_plugins.txt @@ -1,7 +1,7 @@ The Basics of Creating Rails Plugins ==================================== -Pretend for a moment that you are an avid bird watcher. Your favorite bird is the Yaffle, and you want to create a plugin that allows other developers to share in the Yaffle goodness. +Pretend for a moment that you are an avid bird watcher. Your favorite bird is the Yaffle, and you want to create a plugin that allows other developers to share in the Yaffle goodness. In this tutorial you will learn how to create a plugin that includes: @@ -56,7 +56,7 @@ ActionController::Routing::Routes.draw do |map| map.yaffles end ------------------------------------------- - + In addition you'll learn how to: * test your plugins. |