aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/creating_plugins/odds_and_ends.txt
diff options
context:
space:
mode:
authorJeff Dean <jeff@zilkey.com>2008-11-12 02:05:19 -0500
committerJeff Dean <jeff@zilkey.com>2008-11-12 02:05:19 -0500
commit40bc386ed8cc403050292ab19428f1e467fa1737 (patch)
treea51e14c1ec6e1512ae34278fbad6c5c6f1ac03ef /railties/doc/guides/source/creating_plugins/odds_and_ends.txt
parent7f24653e7a39da9eb85b282e929d0712b2f1c9b7 (diff)
downloadrails-40bc386ed8cc403050292ab19428f1e467fa1737.tar.gz
rails-40bc386ed8cc403050292ab19428f1e467fa1737.tar.bz2
rails-40bc386ed8cc403050292ab19428f1e467fa1737.zip
Plugin Guide: cleaned up file paths, made formatting more consistent
Diffstat (limited to 'railties/doc/guides/source/creating_plugins/odds_and_ends.txt')
-rw-r--r--railties/doc/guides/source/creating_plugins/odds_and_ends.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/doc/guides/source/creating_plugins/odds_and_ends.txt b/railties/doc/guides/source/creating_plugins/odds_and_ends.txt
index 32da7ed7f3..88cd4fe9ed 100644
--- a/railties/doc/guides/source/creating_plugins/odds_and_ends.txt
+++ b/railties/doc/guides/source/creating_plugins/odds_and_ends.txt
@@ -81,10 +81,10 @@ When you created the plugin with the built-in rails generator, it generated a ra
Many plugin authors put all of their rake tasks into a common namespace that is the same as the plugin, like so:
+*vendor/plugins/yaffle/tasks/yaffle.rake*
+
[source, ruby]
---------------------------------------------------------
-# File: vendor/plugins/yaffle/tasks/yaffle.rake
-
namespace :yaffle do
desc "Prints out the word 'Yaffle'"
task :squawk => :environment do