# File lib/action_view/helpers/prototype_helper.rb, line 263 def button_to_remote(name, options = {}, html_options = {}) button_to_function(name, remote_function(options), html_options) end