mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
update remote_function docs referencing link_to_remote
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user