diff options
-rw-r--r-- | actionpack/lib/action_view/helpers/javascript_helper.rb | 1 |
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 = {}) |