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