# File lib/action_view/helpers/prototype_helper.rb, line 460 def insert_html(position, id, *options_for_render) insertion = position.to_s.camelize call "new Insertion.#{insertion}", id, render(*options_for_render) end