1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/fixtures/customers/_commented_customer.html.erb

5 lines
144 B
Text
Raw Normal View History

<%# I'm a comment %>
<% cache customer do %>
<% controller.partial_rendered_times += 1 %>
<%= customer.name %>, <%= customer.id %>
<% end %>