diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-30 08:13:46 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-30 08:13:46 +0000 |
commit | 562b69829d9f11349bb57aec0559e360069a06e6 (patch) | |
tree | 236c3c1d3db31d52866652d734ed1c534eafb2fa /actionpack/lib | |
parent | 735f08aca0893b13ef9dd4369fb75a12fc63dd55 (diff) | |
download | rails-562b69829d9f11349bb57aec0559e360069a06e6.tar.gz rails-562b69829d9f11349bb57aec0559e360069a06e6.tar.bz2 rails-562b69829d9f11349bb57aec0559e360069a06e6.zip |
Not the avenue we want to go down
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2424 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_view/helpers/text_helper.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 16f9450df1..2c718182fa 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -264,10 +264,6 @@ module ActionView return value end end - - class << self - include ActionView::Helpers::TextHelper - end private # The cycle helpers need to store the cycles in a place that is |