git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2255 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-09-17 06:39:54 +00:00
parent 620726f844
commit 7a4c88157f
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {})