# File lib/action_view/helpers/prototype_helper.rb, line 254 def link_to_remote(name, options = {}, html_options = nil) link_to_function(name, remote_function(options), html_options || options.delete(:html)) end