mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updated dynamic value of id in comments [ci skip]
In help text for method, dynamic value makes it hard to understand, so replaced with static value matching with example above
This commit is contained in:
parent
0a5a6c0c36
commit
cf54bbd713
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module ActionView
|
||||||
# * <tt>:language</tt>: Defaults to "en-US".
|
# * <tt>:language</tt>: Defaults to "en-US".
|
||||||
# * <tt>:root_url</tt>: The HTML alternative that this feed is doubling for. Defaults to / on the current host.
|
# * <tt>:root_url</tt>: The HTML alternative that this feed is doubling for. Defaults to / on the current host.
|
||||||
# * <tt>:url</tt>: The URL for this feed. Defaults to the current URL.
|
# * <tt>:url</tt>: The URL for this feed. Defaults to the current URL.
|
||||||
# * <tt>:id</tt>: The id for this feed. Defaults to "tag:#{request.host},#{options[:schema_date]}:#{request.fullpath.split(".")[0]}"
|
# * <tt>:id</tt>: The id for this feed. Defaults to "tag:localhost,2005:/posts", in this case.
|
||||||
# * <tt>:schema_date</tt>: The date at which the tag scheme for the feed was first used. A good default is the year you
|
# * <tt>:schema_date</tt>: The date at which the tag scheme for the feed was first used. A good default is the year you
|
||||||
# created the feed. See http://feedvalidator.org/docs/error/InvalidTAG.html for more information. If not specified,
|
# created the feed. See http://feedvalidator.org/docs/error/InvalidTAG.html for more information. If not specified,
|
||||||
# 2005 is used (as an "I don't care" value).
|
# 2005 is used (as an "I don't care" value).
|
||||||
|
|
Loading…
Reference in a new issue