aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/creating_plugins/helpers.txt
diff options
context:
space:
mode:
authorJeff Dean <jeff@zilkey.com>2008-11-17 00:15:20 -0500
committerJeff Dean <jeff@zilkey.com>2008-11-17 00:15:20 -0500
commit236142d23eb083d0a755d29d6365925ae5cc9f03 (patch)
treef12e47105127b61d02084d48146cdaeaf43b855b /railties/doc/guides/source/creating_plugins/helpers.txt
parenteda282f85743961e2910e4e493a2690fa633b94f (diff)
downloadrails-236142d23eb083d0a755d29d6365925ae5cc9f03.tar.gz
rails-236142d23eb083d0a755d29d6365925ae5cc9f03.tar.bz2
rails-236142d23eb083d0a755d29d6365925ae5cc9f03.zip
Rails plugin: misc error fixes.
Diffstat (limited to 'railties/doc/guides/source/creating_plugins/helpers.txt')
-rw-r--r--railties/doc/guides/source/creating_plugins/helpers.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/doc/guides/source/creating_plugins/helpers.txt b/railties/doc/guides/source/creating_plugins/helpers.txt
index c2273813dd..fa4227be41 100644
--- a/railties/doc/guides/source/creating_plugins/helpers.txt
+++ b/railties/doc/guides/source/creating_plugins/helpers.txt
@@ -30,8 +30,6 @@ This is just a simple test to make sure the helper is being loaded correctly. A
ActiveSupport::Dependencies.load_paths << path
ActiveSupport::Dependencies.load_once_paths.delete(path)
end
-
-ActionView::Base.send :include, WoodpeckersHelper
----------------------------------------------