diff options
author | Ben Orenstein <ben.orenstein@gmail.com> | 2012-02-08 20:12:01 -0500 |
---|---|---|
committer | Ben Orenstein <ben.orenstein@gmail.com> | 2012-02-08 20:12:01 -0500 |
commit | 061fd22783ae3522de5746d9f9c6b5ceab145c12 (patch) | |
tree | d2c7e9a9600ed76d033f49d9adb97e656039f55d /railties | |
parent | 929699602978a2d3c6abc953ebe592a58baf3bff (diff) | |
download | rails-061fd22783ae3522de5746d9f9c6b5ceab145c12.tar.gz rails-061fd22783ae3522de5746d9f9c6b5ceab145c12.tar.bz2 rails-061fd22783ae3522de5746d9f9c6b5ceab145c12.zip |
Fix typo.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/layouts_and_rendering.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile index c3df9d203f..9b64300e4a 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -656,7 +656,7 @@ WARNING: The asset tag helpers do _not_ verify the existence of the assets at th h5. Linking to Feeds with the +auto_discovery_link_tag+ -The +auto_discovery_link_tag+ helper builds HTML that most browsers and newsreaders can use to detect the presences of RSS or Atom feeds. It takes the type of the link (+:rss+ or +:atom+), a hash of options that are passed through to url_for, and a hash of options for the tag: +The +auto_discovery_link_tag+ helper builds HTML that most browsers and newsreaders can use to detect the presence of RSS or Atom feeds. It takes the type of the link (+:rss+ or +:atom+), a hash of options that are passed through to url_for, and a hash of options for the tag: <erb> <%= auto_discovery_link_tag(:rss, {:action => "feed"}, |