method
replace_html
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActionView::Helpers::JavaScriptElementProxy
replace_html(*options_for_render)
public
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 708 def replace_html(*options_for_render) call 'update', @generator.send(:render, *options_for_render) end