Method: ActionView::Helpers::JavaScriptElementProxy#replace_html

Defined in:
lib/action_view/helpers/prototype_helper.rb

#replace_html(*options_for_render) ⇒ Object



1160
1161
1162
# File 'lib/action_view/helpers/prototype_helper.rb', line 1160

def replace_html(*options_for_render)
  call 'update', @generator.send(:render, *options_for_render)
end