method
replace_html
v2.3.8 -
Show latest stable
- Class:
ActionView::Helpers::JavaScriptElementProxy
replace_html(*options_for_render)public
No documentation available.
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 1160
def replace_html(*options_for_render)
call 'update', @generator.send(:render, *options_for_render)
end