mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4abe29d813
The tests would still pass if the cache call in the rendered templates were removed.
5 lines
No EOL
144 B
Text
5 lines
No EOL
144 B
Text
<%# I'm a comment %>
|
|
<% cache customer do %>
|
|
<% controller.partial_rendered_times += 1 %>
|
|
<%= customer.name %>, <%= customer.id %>
|
|
<% end %> |