diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index 493fa7c01d..36795bf498 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -438,7 +438,7 @@ module ActionView # "row_class") # # <% item.values.each do |value| %> - # + # <%# Create a named cycle "colors" %> # "colors") -%>"> # <%= value %> #