Skip to content

Commit

Permalink
update remote_function docs referencing link_to_remote
Browse files Browse the repository at this point in the history
  • Loading branch information
akaspick committed Jul 22, 2010
1 parent 2d2bde9 commit cf5c2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/prototype_helper.rb
Expand Up @@ -102,7 +102,7 @@ module PrototypeHelper
:form, :with, :update, :script, :type ]).merge(CALLBACKS) :form, :with, :update, :script, :type ]).merge(CALLBACKS)


# Returns the JavaScript needed for a remote function. # 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: # Example:
# # Generates: <select id="options" onchange="new Ajax.Updater('options', # # Generates: <select id="options" onchange="new Ajax.Updater('options',
Expand Down

0 comments on commit cf5c2ba

Please sign in to comment.