aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorasmega <asmega@ph-lee.com>2011-08-20 23:28:49 +0100
committerasmega <asmega@ph-lee.com>2011-08-21 16:40:56 +0100
commitebe91553136e809cd44f0b3ca98d92cda75bf6cd (patch)
tree662041816e1ecdb221e21e1c5f73f11cb6ad9238 /actionpack
parent77dfcae38504993bebb85849b73eef829849b0b7 (diff)
downloadrails-ebe91553136e809cd44f0b3ca98d92cda75bf6cd.tar.gz
rails-ebe91553136e809cd44f0b3ca98d92cda75bf6cd.tar.bz2
rails-ebe91553136e809cd44f0b3ca98d92cda75bf6cd.zip
Use typewriter styling on url_for in documentation
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index 51baca8e03..4dbb0135f6 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -268,7 +268,7 @@ module ActionView
# to change the HTTP verb used to submit the form.
#
# ==== Options
- # The +options+ hash accepts the same options as url_for.
+ # The +options+ hash accepts the same options as +url_for+.
#
# There are a few special +html_options+:
# * <tt>:method</tt> - Symbol of HTTP verb. Supported verbs are <tt>:post</tt>, <tt>:get</tt>,