rails--rails/actionpack/test/fixtures/functional_caching/fragment_cached_with_option...

4 lines
100 B
Plaintext

<body>
<%= cache 'with_options', skip_digest: true, expires_in: 10 do %><p>ERB</p><% end %>
</body>