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