mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix documentation to content_tag_for [ci skip]
This commit is contained in:
parent
23714ec33f
commit
688dde2d62
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue