Docfix (closes #11226) [mikong]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9034 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2008-03-15 20:08:05 +00:00
parent 7145c29be3
commit 3ecde39968

View File

@@ -251,10 +251,10 @@ module ActionView
# <li>About Us</li>
# </ul>
#
# ...but if in the "home" action, it will render:
# ...but if in the "index" action, it will render:
#
# <ul id="navbar">
# <li><a href="/controller/index">Home</a></li>
# <li>Home</li>
# <li><a href="/controller/about">About Us</a></li>
# </ul>
#