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.
4 lines
No EOL
123 B
Text
4 lines
No EOL
123 B
Text
<% cache customer do %>
|
|
<% controller.partial_rendered_times += 1 %>
|
|
<%= customer.name %>, <%= customer.id %>
|
|
<% end %> |