mirror of
https://github.com/github/rails.git
synced 2026-01-30 08:48:06 -05:00
Fixed documentation that made rdoc bark
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8323 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -768,7 +768,7 @@ module ActionView
|
||||
#
|
||||
# # Replace an existing person
|
||||
#
|
||||
# # Generates: Element.replace("person_45", "<!-- Contents of partial -->");
|
||||
# # Generates: Element.replace("person_45", "-- Contents of partial --");
|
||||
# page.replace 'person_45', :partial => 'person', :object => @person
|
||||
#
|
||||
def replace(id, *options_for_render)
|
||||
|
||||
Reference in New Issue
Block a user