Fix documentation to content_tag_for [ci skip]

This commit is contained in:
Rafael Mendonça França 2013-01-05 16:50:15 -03:00
parent 23714ec33f
commit 688dde2d62
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ module ActionView
#
# produces:
#
# <tr id="person_123" class="person">...</tr>
# <tr id="person_124" class="person">...</tr>
# <tr id="person_123" class="person">...</tr>
# <tr id="person_124" class="person">...</tr>
#
# content_tag_for also accepts a hash of options, which will be converted to
# additional HTML attributes. If you specify a <tt>:class</tt> value, it will be combined