method
replace
replace(*options_for_render)
public
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 713 def replace(*options_for_render) call 'replace', @generator.send(:render, *options_for_render) end