mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
removed colons from an Options header
This commit is contained in:
parent
deeec990ce
commit
20e57c0276
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ module ActionView
|
|||
# <tt>:atom</tt>. Control the link options in url_for format using the
|
||||
# +url_options+. You can modify the LINK tag itself in +tag_options+.
|
||||
#
|
||||
# ==== Options:
|
||||
# ==== Options
|
||||
# * <tt>:rel</tt> - Specify the relation of this link, defaults to "alternate"
|
||||
# * <tt>:type</tt> - Override the auto-generated mime type
|
||||
# * <tt>:title</tt> - Specify the title of the link, defaults to the +type+
|
||||
|
|
Loading…
Reference in a new issue