Skip to content

Commit

Permalink
Fix documentation to content_tag_for [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 5, 2013
1 parent 23714ec commit 688dde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/lib/action_view/helpers/record_tag_helper.rb
Expand Up @@ -65,8 +65,8 @@ def div_for(record, *args, &block)
# #
# produces: # produces:
# #
# <tr id="person_123" class="person">...</tr> # <tr id="person_123" class="person">...</tr>
# <tr id="person_124" class="person">...</tr> # <tr id="person_124" class="person">...</tr>
# #
# content_tag_for also accepts a hash of options, which will be converted to # 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 # additional HTML attributes. If you specify a <tt>:class</tt> value, it will be combined
Expand Down

0 comments on commit 688dde2

Please sign in to comment.