aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/fragment_cached_with_options.html.erb
blob: 01453323ef149f5f9eebf5e5958ca57f5eb18a0e (plain) (blame)
1
2
3
<body>
<%= cache 'with_options', skip_digest: true, expires_in: 1.minute do %><p>ERB</p><% end %>
</body>