# File lib/action_view/helpers/prototype_helper.rb, line 132 def link_to_remote(name, options = {}, html_options = {}) link_to_function(name, remote_function(options), html_options) end