public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Search Repo:
Fixed documentation that made rdoc bark

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Thu Dec 06 10:45:22 -0800 2007
commit  ee6232e6077b8178adf04626c0797594a673dcc2
tree    8540aa4c58e1b97a5f9d17938476e00a89ae7927
parent  b5c42c09d67b54e03f3c0ab88c83d69cf075eb21
...
768
769
770
771
 
772
773
774
...
768
769
770
 
771
772
773
774
0
@@ -768,7 +768,7 @@ module ActionView
0
           #
0
           # # Replace an existing person
0
           #
0
- # # Generates: Element.replace("person_45", "<!-- Contents of partial -->");
0
+ # # Generates: Element.replace("person_45", "-- Contents of partial --");
0
           # page.replace 'person_45', :partial => 'person', :object => @person
0
           #
0
           def replace(id, *options_for_render)

Comments

    No one has commented yet.