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