From 5f2292ce39ae7dd41d45c8cdd15719c4845f2bc6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Feb 2006 21:19:49 +0000 Subject: replace_element was renamed replace [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3590 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/prototype_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/prototype_helper.rb') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index ae68e21624..a953eab659 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -488,7 +488,7 @@ module ActionView # replace_html 'person-45', :partial => 'person', :object => @person # # This allows the same partial that is used for the +insert_html+ to - # be also used for the input to +replace_element+ without resorting to + # be also used for the input to +replace+ without resorting to # the use of wrapper elements. # # Examples: -- cgit v1.2.3