diff options
author | Andrew Kaspick <andrew@redlinesoftware.com> | 2010-07-22 14:59:52 -0500 |
---|---|---|
committer | Andrew Kaspick <andrew@redlinesoftware.com> | 2010-07-22 14:59:52 -0500 |
commit | cf5c2bacb09bb6aa18cf5fa9b1abe022613e33c6 (patch) | |
tree | 471d3e2409f2fe3f2aeea08abbf2be4a2d80bc8c /actionpack/lib/action_view | |
parent | 2d2bde9f543a1508e9b149751a4566780033e3f0 (diff) | |
download | rails-cf5c2bacb09bb6aa18cf5fa9b1abe022613e33c6.tar.gz rails-cf5c2bacb09bb6aa18cf5fa9b1abe022613e33c6.tar.bz2 rails-cf5c2bacb09bb6aa18cf5fa9b1abe022613e33c6.zip |
update remote_function docs referencing link_to_remote
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/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 28b8a27eef..99f9363a9a 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: <select id="options" onchange="new Ajax.Updater('options', |