rails/actionpack/test/fixtures/functional_caching/inline_fragment_cached.html.erb
2010-03-15 23:49:35 -07:00

3 lines
91 B
Plaintext

<%= render :inline => 'Some inline content' %>
<%= cache do %>Some cached content<% end %>