aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-17 06:39:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-17 06:39:54 +0000
commit7a4c88157f111f947a64f8e74de6d9c258dade45 (patch)
tree0d85c09afb672fc02a4caadfe07c640eef64ce0f /actionpack
parent620726f8443aaf9de9d76ed722914c66604bab4e (diff)
downloadrails-7a4c88157f111f947a64f8e74de6d9c258dade45.tar.gz
rails-7a4c88157f111f947a64f8e74de6d9c258dade45.tar.bz2
rails-7a4c88157f111f947a64f8e74de6d9c258dade45.zip
Doc fix #2197
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2255 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/javascript_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/javascript_helper.rb b/actionpack/lib/action_view/helpers/javascript_helper.rb
index 3251cf54d0..acc83144d2 100644
--- a/actionpack/lib/action_view/helpers/javascript_helper.rb
+++ b/actionpack/lib/action_view/helpers/javascript_helper.rb
@@ -142,6 +142,7 @@ module ActionView
# A "fall-through" target for browsers that doesn't do JavaScript can be specified with the :action/:method options on :html
#
# form_remote_tag :html => { :action => url_for(:controller => "some", :action => "place") }
+ # The Hash passed to the :html key is equivalent to the options (2nd) argument in the FormTagHelper.form_tag method.
#
# By default the fall-through action is the same as the one specified in the :url (and the default method is :post).
def form_remote_tag(options = {})