From 0398b70285138ac816a4471f20fbd9a19c076056 Mon Sep 17 00:00:00 2001 From: Andrew Kaspick Date: Thu, 22 Jul 2010 02:45:13 -0500 Subject: [PATCH] remote_function doc update referring to link_to_remote --- .../lib/action_view/helpers/prototype_helper.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index 28b8a27..99f9363 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -102,7 +102,7 @@ module ActionView :form, :with, :update, :script, :type ]).merge(CALLBACKS) # Returns the JavaScript needed for a remote function. - # Takes the same arguments as link_to_remote. + # See the link_to_remote documentation at http://github.com/rails/prototype_legacy_helper as it takes the same arguments. # # Example: # # Generates: