aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/functional_caching/inline_fragment_cached.html.erb
blob: 41647f1404ced9b809bdf6ab183f29ac80170fe7 (plain) (blame)
1
2
<%= render :inline => 'Some inline content' %>
<%= cache do %>Some cached content<% end %>