method

replace_html

replace_html(*options_for_render)
public

No documentation available.

# 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