From 7a4c88157f111f947a64f8e74de6d9c258dade45 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 17 Sep 2005 06:39:54 +0000 Subject: Doc fix #2197 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2255 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/javascript_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack') 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 = {}) -- cgit v1.2.3