Use typewriter styling on url_for in documentation

This commit is contained in:
asmega
2011-08-20 23:28:49 +01:00
parent 77dfcae385
commit ebe9155313

View File

@@ -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>,