aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/functional_caching/formatted_fragment_cached.xml.builder
blob: 65995797403bc2da2473710fc7b74e454a620ced (plain) (blame)
1
2
3
4
5
xml.body do
  cache("fragment") do
    xml.p "Builder"
  end
end