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