diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-07-24 01:19:08 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-07-24 01:19:08 +0000 |
commit | 80150a0cfb778a9b7ec765106f0487bf1b7e1bf8 (patch) | |
tree | 25ca08b29f3eca9873284a6137408728f64579cf /actionpack/lib/action_view | |
parent | 3029a76af32113676182f902ad4f91d82c2734de (diff) | |
download | rails-80150a0cfb778a9b7ec765106f0487bf1b7e1bf8.tar.gz rails-80150a0cfb778a9b7ec765106f0487bf1b7e1bf8.tar.bz2 rails-80150a0cfb778a9b7ec765106f0487bf1b7e1bf8.zip |
Its just ERb now
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7211 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/helpers/capture_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/capture_helper.rb b/actionpack/lib/action_view/helpers/capture_helper.rb index 14bc8efee2..9195641747 100644 --- a/actionpack/lib/action_view/helpers/capture_helper.rb +++ b/actionpack/lib/action_view/helpers/capture_helper.rb @@ -9,7 +9,7 @@ module ActionView # variable. You can then use this variable anywhere in your templates or layout. # # ==== Examples - # The capture method can be used in RHTML (ERb) templates... + # The capture method can be used in ERb templates... # # <% @greeting = capture do %> # Welcome to my shiny new web page! The date and time is |