mirror of
https://github.com/github/rails.git
synced 2026-01-30 00:38:00 -05:00
Doc fix (closes #9414) [Henrik N]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -104,15 +104,15 @@ module ActionView
|
||||
# while spidering your site). Supported verbs are :post, :delete and :put.
|
||||
# Note that if the user has JavaScript disabled, the request will fall back
|
||||
# to using GET. If you are relying on the POST behavior, your should check
|
||||
# for it in your controllers action by using the request objects methods
|
||||
# for it in your controller's action by using the request object's methods
|
||||
# for post?, delete? or put?.
|
||||
# * The +html_options+ will accept a hash of html attributes for the link tag.
|
||||
#
|
||||
# Note that if the user has JavaScript disabled, the request will fall back
|
||||
# to using GET. If :href=>'#' is used and the user has JavaScript disabled
|
||||
# clicking the link will have no effect. If you are relying on the POST
|
||||
# behavior, your should check for it in your controllers action by using the
|
||||
# request objects methods for post?, delete? or put?.
|
||||
# behavior, your should check for it in your controller's action by using the
|
||||
# request object's methods for post?, delete? or put?.
|
||||
#
|
||||
# You can mix and match the +html_options+ with the exception of
|
||||
# :popup and :method which will raise an ActionView::ActionViewError
|
||||
|
||||
Reference in New Issue
Block a user